码迷,mamicode.com
首页 > 其他好文 > 详细

chkconfig 管理系统服务

时间:2017-12-11 18:40:46      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:删除   blog   add   系统   oca   bsp   服务   eve   host   

 

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

 

chkconfig 管理系统服务

标签:删除   blog   add   系统   oca   bsp   服务   eve   host   

原文地址:http://www.cnblogs.com/mingerlcm/p/8024152.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!