linux基础命令 chkconfig

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux基础命令 chkconfig相关的知识,希望对你有一定的参考价值。

78  chkconfig   设置服务开机自启动的命令    

 --list 查看自启动服务   

--level   后面接级别
chkconfig  sshd  off  /on开启关闭sshd    
chkconfig   --level   1 sshd  off  /on关闭或者开启sshd在级别1的服务
chkconfig --list  sshd  查看指定服务是否开机自启动

[[email protected] data]# chkconfig --list sshd
sshd            0:off   1:off   2:on    3:on    4:on    5:on    6:off

以上是关于linux基础命令 chkconfig的主要内容,如果未能解决你的问题,请参考以下文章

linux基础操作命令

linux基础操作命令

linux基础操作命令

Linux命令记录----chkconfig命令

Linux下chkconfig命令详解?(service)

Linux中没有chkconfig命令怎么办?可以安装不?