SELinux
SELinux can temporarily be disabled on a Linux server using the following command as admin.
echo 0 > /selinux/enforce
The above is very useful for checking whether SELinux is the cause of an issue. To permanently disable SELinux you need to add the following line to /etc/sysconfig/selinux.
SELINUX=disabled
