Disabling SELinux permanently
Edit the /etc/selinux/config file, run:
sudo vi /etc/selinux/config
Set SELINUX to disabled:
SELINUX=disabled
Save and close the file in vi/vim. Reboot the Linux system:
sudo reboot
After reboot, make sure following commands gives Disabled output indicating that SELinux removed and disabled on your Linux server:
getenforce
sestatus
'Backup Solution & IT Study > OS' 카테고리의 다른 글
[Linux]Linux watch 명령어 (0) | 2021.03.05 |
---|---|
[Linux]tar 압축 방법 (0) | 2021.03.05 |
[Linux]Centos,Redhat MPIO 설정 (0) | 2021.03.05 |
[Windows]cmd 를 이용한 Version 확인방법 (407) | 2021.03.05 |
[Linux]find 명령어 (0) | 2021.03.02 |
댓글