Turning off SELinux Temporary
echo 0 > /selinux/enforce
Turning SELinux back on
echo 1 > /selinux/enforce
Completely turning off SELinux
On Fedora and RHEL systems that file is located at /etc/selinux/config
SELINUX=disabled
Turning off SELinux Temporary
echo 0 > /selinux/enforce
Turning SELinux back on
echo 1 > /selinux/enforce
Completely turning off SELinux
On Fedora and RHEL systems that file is located at /etc/selinux/config
SELINUX=disabled