chkconfig 管理系统服务

Posted minger_lcm

tags:

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

 

[[email protected] ~]# chkconfig --list              # 列出开启或关闭了哪些系统服务
[[email protected] ~]# chkconfig xxx off             # 关闭某个系统服务
[[email protected] ~]# chkconfig xxx on              # 开启某个系统服务
[[email protected] ~]# chkconfig --level 3 xxx off   # 指定在哪个运行级别下关闭系统服务
[[email protected] ~]# chkconfig --add xxx           # 添加指定的系统服务,注意添加后要开启
[[email protected] ~]# chkconfig --del xxx           # 删除指定的系统服务

 

以上是关于chkconfig 管理系统服务的主要内容,如果未能解决你的问题,请参考以下文章

chkconfig 管理系统服务

chkconfig 命令

chkconfig命令

chkconfig命令

linux-日常运维-系统服务管理-chkconfig

Linux常用命令——chkconfig