diff --git a/docs/turn-off-SELinux_zh-CN.md b/docs/turn-off-SELinux_zh-CN.md index ee520d7f..9a389e99 100644 --- a/docs/turn-off-SELinux_zh-CN.md +++ b/docs/turn-off-SELinux_zh-CN.md @@ -2,7 +2,7 @@ ## 永久关闭SELinux ```shell script # 永久关闭SELinux -sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/g’ /etc/selinux/config +sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config #关闭后需要重启系统 reboot # 查看SELinux的状态