setenforce命令 – 设置SELinux状态

setenforce命令是用来开启和关闭SELinux的。

语法格式: setenforce [参数]

常用参数:

1 开启
0 关闭

参考实例

开启SELinux:

[root@xtuos.com ~]# setenforce 1

关闭SELinux:

[root@xtuos.com ~]# setenforce 0

未经允许不得转载:统信UOS之家 » setenforce命令 – 设置SELinux状态

相关文章