chkcofnig-minimal-script
Posted 开始认识
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chkcofnig-minimal-script相关的知识,希望对你有一定的参考价值。
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 可以不选,只要不发邮件
以上是关于chkcofnig-minimal-script的主要内容,如果未能解决你的问题,请参考以下文章