|
Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
Disable-Linux-Server-SecurityMain.Disable-Linux-Server-Security HistoryHide minor edits - Show changes to output Added lines 1-4:
(:Google1:) (:Googlemm:) ---- Added lines 22-25:
---- (:Googletxt:) Added lines 1-17:
*Run the command below in a shell script to disable security. cd /bin chattr -i /bin/* cd /boot chattr -i /boot/* cd /etc chattr -i * cd /lib chattr -i * cd /sbin chattr -i * cd /usr/bin chattr -i * cd /var/log chattr -a * |