關閉SELinux

查看SELinux狀態:linux

一、sestatus -v      #若是SELinux status參數爲enabled即爲開啓狀態ci

SELinux status:                 enabledget

二、getenforce                 #也能夠用這個命令檢查sed

關閉SELinux:配置

一、臨時關閉(不用重啓機器):配置文件

setenforce 0                  #設置SELinux 成爲permissive模式di

                              #setenforce 1 設置SELinux 成爲enforcing模式文件

二、修改配置文件須要重啓機器:co

修改/etc/selinux/config 文件config

將SELINUX=enforcing改成SELINUX=disabled

sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config

重啓機器便可

相關文章
相關標籤/搜索