centos 关闭selinux

前端之家收集整理的这篇文章主要介绍了centos 关闭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

#设置后需要重启才能生效

reboot

原文链接:https://www.f2er.com/centos/375644.html

猜你在找的CentOS相关文章