1、关闭SELinux功能
修改配置文件(永久生效)
[root@alon ~]# sed -i 's#SELINUX=enforcing#SELINUX=disabled#' /etc/selinux/config##用sed命令修改SELinux的状态[root@alon ~]# s
1、关闭SELinux功能
修改配置文件(永久生效)
[root@alon ~]# sed -i 's#SELINUX=enforcing#SELINUX=disabled#' /etc/selinux/config##用sed命令修改SELinux的状态[root@alon ~]# s