ubuntu使用chkconfig命令来管理服务

12408阅读 0评论2012-07-09 
分类:LINUX

安装命令:
sudo apt-get install chkconfig
(可以用sysv-rc-conf代替)
关于chkconfig命令的使用点击这里

在ubuntu下使用应该会出现这样的错误:
/sbin/insserv: No such file or directory

据说这是Ubuntu的小bug

解决办法:sudo ln -s /usr/lib/insserv/insserv /sbin/insserv


上一篇:Kill Process Method
下一篇:scrot ---命令行截图工具