首页 > 其他 > 详细

chkconfig 管理系统服务

时间:2017-12-11 17:55:19      阅读:217      评论:0      收藏:0      [点我收藏+]

 

[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 管理系统服务

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!