在这里仅保留了计划任务,网络,ssh以及日志
适用redhat和centos
原创内容如转载请注明:来自 阿权的书房
chkconfig --list | grep 3:on | \
grep -v "crond\|network\|sshd\|syslog" | \
awk '{print "chkconfig " $1 " off"}' | sh
grep -v "crond\|network\|sshd\|syslog" | \
awk '{print "chkconfig " $1 " off"}' | sh
适用redhat和centos
原创内容如转载请注明:来自 阿权的书房
收藏本文到网摘
白岩松:不平静,就不会幸福
windows下的apache日志
