Linux下chkconfig命令详解

 

Linux下chkconfig命令详解

http://www.cnblogs.com/panjun-Donet/archive/2010/08/10/1796873.html


chkconfig --list|grep sshd

chkconfig --add service

chkconfig --delete service

chkconfig --level x sshd on

你可能感兴趣的:(chkconfig)