我是靠谱客的博主 清新小鸭子,最近开发中收集的这篇文章主要介绍centos6.x开机自启动服务,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

##关闭所有服务
for sun in chkconfig --list|grep 3:on|awk '{print $1}';do chkconfig --level 3 $sun off;done

##启动必要服务(可以根据实际需要修改)
for sun in YDService atd crond rsyslog sshd network udev-post sysstat vm-agent;do chkconfig --level 3 $sun on;done

转载于:https://blog.51cto.com/9625010/2400728

最后

以上就是清新小鸭子为你收集整理的centos6.x开机自启动服务的全部内容,希望文章能够帮你解决centos6.x开机自启动服务所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(65)

评论列表共有 0 条评论

立即
投稿
返回
顶部