Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

turn off selinux centos

//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 :: set selinux 
Shell :: Installing qt ubuntu 
Shell :: apt install zbar 
Shell :: open firewall port in linux 
Shell :: add user to sudoers ubuntu 20.04 
Shell :: autoclicker linux 
Shell :: adb command to change screen refresh rate 
Shell :: bash replace substring 
Shell :: pip install import export django 
Shell :: number of directories in a directory linux 
Shell :: change commit date linux 
Shell :: bash curl weather report 
Shell :: clear entrie git cache 
Shell :: apt install gnome desktop 
Shell :: how to push git 
Shell :: php /usr/local/bin/composer to composer 
Shell :: name of exe on ubuntu 20.04 terminal 
Shell :: bash timout 
Shell :: ubuntu install without suggested packages 
Shell :: check how much memory linux 
Shell :: flutter create new project 
Shell :: install packages from selected repo yum 
Shell :: install obs studio ubuntu 
Shell :: for loop in shell script 
Shell :: how know linux version 
Shell :: heroku procfile laravel 
Shell :: linux find files by name 
Shell :: a script that generates the assembly code (Intel syntax) of a C code and save it in an output file 
Shell :: bash print hostname 
Shell :: How to restart a service with systemctl command 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =