Saturday, June 28, 2008

Command to empty the /tmp

Command to empty the /tmp
======================

= cd /tmp
= chattr +i lost+found; deltree -f *; deltree -f .*; chattr -i lost+found
= ln -s /var/lib/mysql/mysql.sock
= service mysql restart
= /scripts/restartsrv mysql

No comments: