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

chkcofnig-minimal-script

时间:2018-06-04 14:30:42      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:cron   FN   crond   post   list   minimal   bash   hid   --   

author :headsen chen

date: 2018-06-04  12:02:27 

技术分享图片
#!/bin/bash
for i in `chkconfig --list |awk {print $1}`;do chkconfig $i off;done 
for i in network rsyslog crond sshd postfix sysstat;do chkconfig $i on;done #postfix 可以不选,只要不发邮件
View Code

 

chkcofnig-minimal-script

标签:cron   FN   crond   post   list   minimal   bash   hid   --   

原文地址:https://www.cnblogs.com/kaishirenshi/p/9132677.html

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