CentOS-Stream-10 系统安装之SELINUX关闭
临时关闭selinux。
setenforce 0 #临时关闭selinux getenforce #查看是否关闭配置文件中彻底关闭selinux。
vim /etc/selinux/configSELINUX=disabled重启系统后才能生效。
临时关闭selinux。
setenforce 0 #临时关闭selinux getenforce #查看是否关闭配置文件中彻底关闭selinux。
vim /etc/selinux/configSELINUX=disabled重启系统后才能生效。