• 2020-06-05
centos如何关闭selinux

centos关闭selinux的方法:首先在“/etc/selinux/config”文件中修改“SELINUX=disabled”;然后使用“reboot”重启centos;最后使用“sestatu......

11