免费资源网 – https://freexyz.cn/
Linux可以简单的通过一条shell命令来关闭其他不需要的开机启动服务,只保留计划任务,网络,ssh和日志,看shell命令:
复制代码代码如下:
chkconfig –list | grep 3:on |
grep -v “crond|network|sshd|syslog” |
awk {print “chkconfig ” $1 ” off”} | sh
这条shell命令在RedHat和Centos测试可以顺利关闭其他启动服务,其他linux系统未知。
免费资源网 – https://freexyz.cn/
© 版权声明
THE END
暂无评论内容