With the below mentioned command, you can easily disable SELinux permanently in Linux server.
  • Get into editor mode of the file with the below given command.
 vi /etc/sysconfig/selinux
  • Press i to get into Insert mode.
  • Change SELinux=enabled to disabled. Click ESc to exit Insert mode.
  • Use the command :wq!.
That's It !
Check out the blog to read in-detailed procedure.
Was this answer helpful? 0 Users Found This Useful (0 Votes)