Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

disable selinux

//This disables selinux this boot
$ setenforce 0

//To entirely disable selinux
$ sudo vi /etc/sysconfig/selinux

//Change the SELINUX=enforcing directive to SELINUX=disabled.

//Then reboot
Comment

PREVIOUS NEXT
Code Example
Shell :: disable selinux 
Shell :: upload new repo to git 
Shell :: zsh: command not found: nslookup 
Shell :: ubuntu start nginx 
Shell :: how to start docker 
Shell :: install github desktop ubuntu 
Shell :: powreshell function cleanup 
Shell :: nano zsh 
Shell :: how to remove all files except one in linux 
Shell :: postgres config file location 
Shell :: show fortigate uptime 
Shell :: bash weather report 
Shell :: ubuntu install webstorm 
Shell :: install node 16.15.0 mac cmd 
Shell :: restart tomcat 
Shell :: how to install intellij on manjaro 
Shell :: org.apache.spark.api.python.PythonUtils.getPythonAuthSocketTimeout ubuntu 
Shell :: ubuntu higher displayer resolution 
Shell :: composer create-project symfony/website-skeleton 
Shell :: check ram memory usage linux 
Shell :: git commit --amend choose editor 
Shell :: qts linux show process port 
Shell :: restart nginx in mac 
Shell :: set global node version using nvm 
Shell :: how is linux 
Shell :: find show system info linux 
Shell :: linux opened ports 
Shell :: git reset hard push to origin 
Shell :: linux print hostname 
Shell :: npm install verbose 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =