fix: quotation marks change to the english

Signed-off-by: 24sama <jacksama@foxmail.com>
This commit is contained in:
24sama 2021-06-09 15:06:19 +08:00
parent f3f9e2e2d0
commit 649444fdcc

View File

@ -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的状态