ubuntu安装chkconfig ubuntu14.04中安装chkconfig服务管理程序的方法
qq_33337968 人气:8想了解ubuntu14.04中安装chkconfig服务管理程序的方法的相关内容吗,qq_33337968在本文为您仔细讲解ubuntu安装chkconfig的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:ubuntu安装chkconfig,ubuntu,chkconfig,下面大家一起来学习吧。
ubuntu中并没有chkconfig,但我们可以使用sysv-rc-conf
代替
一、chkconfig安装
1.1 安装 sysv-rc-conf
#apt-get install sysv-rc-conf
1.2链接chkconfig
#cp /usr/sbin/sysv-rc-conf /usr/sbin/chkconfig
二、测试
执行 chkconfig 命令
# chkconfig
ps:ubuntu使用chkconfig命令来管理服务
安装命令:
sudo apt-get install chkconfig
(可以用sysv-rc-conf代替)
在ubuntu下使用应该会出现这样的错误:
/sbin/insserv: No such file or directory
解决办法:sudo ln -s /usr/lib/insserv/insserv /sbin/insserv
总结
以上所述是小编给大家介绍的ubuntu14.04中安装chkconfig服务管理程序的方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
加载全部内容