Recent Changes - Search:

Softwares

.

Disable-Linux-Server-Security

Main.Disable-Linux-Server-Security History

Show minor edits - Show changes to markup

April 25, 2009, at 04:53 PM by 118.95.7.226 -
Added lines 1-4:

(:Google1:) (:Googlemm:)


Added lines 22-25:

(:Googletxt:)

October 09, 2007, at 02:25 PM by 117.97.23.193 -
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 *
Edit - History - Print - Recent Changes - Search
Page last modified on April 25, 2009, at 04:53 PM