Linux临时和永久关闭selinux

临时关闭:

# setenforce 0

永久关闭:

# vim /etc/sysconfig/selinux

SELINUX=enforcing 改为 SELINUX=disabled

重启服务reboot

原文地址:https://www.cnblogs.com/zhousiwei/p/10625659.html