How do I disable SELinux on Centos?
To temporarily disable selinux type:
echo 0 >/selinux/enforce
To disable SELinux permanently, edit the file: /etc/selinux/configChange the following line:SELINUX=enforcingto:SELINUX=disabledThen restart your machine.


