chkconfig mysqld on 加入开机启动 ; 设置成开机启动 ; 设置其开机启动
chkconfig php-fpm on 设置开机启动
chkconfig nginx on 设置开机启动 ; 设为开机启动
chkconfig httpd on 设置开机启动
chkconfig -level 设置启动状态
chkconfig -list 查看启动状态
chkconfig snmpd on 设置开机启动
chkconfig sshd on 设置服务开机自启动 ; 设置随机启动
chkconfig -add mysql 添加到服务列表中
See the manual page (man chkconfig) for further details.
详细信息请参考手册页(man chkconfig)。
The chkconfig command can also be used to switch any service off or on.
chkconfig 命令还可以用来切换任何一个服务的开或关。
Other methods are to use the service command and the chkconfig command.
其他方法是使用service命令和chkconfig命令。
应用推荐