简化linux开机启动服务

简化linux开机启动服务

chkconfig --list |grep 3:on |awk '{print $1}'|grep -Ev "crond|network|rsyslog|sshd|sysstat" |sed -r 's/(.*)/chkconfig \1 off /g' |bash


你可能感兴趣的:(linux,service,chkconfig)