Disabling SELinux on Centos 7 / RHEL the Easy Way June 21, 2019 In some scenarios, where compatibility over security takes precedent. What exactly is SELinux? Short for Security-enhanced Linux, SELinux is a Linux variation that can…
Making a File Undeletable – Even By Root in Linux June 13, 2019 In some instances you may wish to have a file with permissions that restrict it from being removed by any user, even root. This…