HR-ADMIN

How to empty /tmp

If you want to delete all files and dirs from /tmp use following command. cd /tmp chattr +i lost+found; deltree…

13 years ago

Error : semget error in httpd

Guys, If you faceĀ  semget error while restarting httpd. Please useĀ  following command. ipcs -s | grep nobody | perl…

13 years ago

Customize Error documents

How can we customize Error document with .htaccess ? Just add following in your doc root to take the error…

13 years ago