摘要: 1、编写脚本selinux.sh,实现开启或禁用SELinux功能 [root@centos7 scripts]# cat selinux.sh #!/bin/bash . /etc/init.d/functions STATUS=`getenforce` start(){ [ $STATUS != 阅读全文
posted @ 2020-06-28 21:13 scott_Lsh 阅读(136) 评论(0) 推荐(0)