Recent Changes - Search:

Navigation

Articles

Linux Downloads

Search Packages

Error log

Distros/ OS

Softwares

CMS

Help & Man Pages

Others

.

Disable-Linux-Server-Security


  • 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