> CentOS > CentOS入门 >

CentOS7关闭SELinux

查看:

[root@dev-server ~]# getenforce
Disabled
[root@dev-server ~]# /usr/sbin/sestatus -v
SELinux status:                 disabled
临时关闭:

##设置SELinux 成为permissive模式
##setenforce 1 设置SELinux 成为enforcing模式
setenforce 0
永久关闭:

vi /etc/selinux/config
将SELINUX=enforcing改为SELINUX=disabled


(责任编辑:IT)