Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created August 12, 2019 07:05
Show Gist options
  • Save ilhamarrouf/6b1e0e62b8f3c9f28568a10b85b916bc to your computer and use it in GitHub Desktop.
Save ilhamarrouf/6b1e0e62b8f3c9f28568a10b85b916bc to your computer and use it in GitHub Desktop.
Disable SELinux
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