查看SELinux狀態:linux
一、/usr/sbin/sestatus -v ##若是SELinux status參數爲enabled即爲開啓狀態ci
SELinux status: enabledget
二、getenforce ##也能夠用這個命令檢查配置
關閉SELinux:配置文件
一、臨時關閉(不用重啓機器):di
setenforce 0 ##設置SELinux 成爲permissive模式文件
##setenforce 1 設置SELinux 成爲enforcing模式co
二、修改配置文件須要重啓機器:config
修改/etc/selinux/config 文件參數
將SELINUX=enforcing改成SELINUX=disabled
重啓機器便可