Created
August 12, 2019 07:05
-
-
Save ilhamarrouf/6b1e0e62b8f3c9f28568a10b85b916bc to your computer and use it in GitHub Desktop.
Disable SELinux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setenforce 0 | |
sed -i --follow-symlinks 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment