Login as root user,
[root@redhat ~]# sestatus
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode: enforcing
Mode from config file: enforcing
Policy version: 24
Policy from config file: targeted
2. Disable SELinux on Redhat 6.5 permanently :
[root@redhat ~]# vi /etc/sysconfig/selinux
Change “SELINUX=enforcing” to “SELINUX=disabled” :
