debian查看自启动列表

参考mysql的安装与使用

http://www.cnblogs.com/xusir/p/3334217.html

先安装软件chkconfig

sudo apt-get install chkconfig

再查看

/sbin/chkconfig -list | grep mysql  

将mysql 添加到启动列表里面

/sbin/config -add mysql

从启动列表里面删除

/sbin/config -del mysql

posted @ 2016-02-06 10:50  chuiyuan  阅读(2552)  评论(0编辑  收藏  举报