service httpd stop
service mysql stop
pstree -p | grep tailwatchd
umount /var/tmp
umount -l /tmp
dd if=/dev/zero of=/usr/tmpDSK bs=1024k count=2048
du -sch /usr/tmpDSK
mkfs -t ext3 / usr / tmpDSK
bestand /usr/tmpDSK
mount -o lus,Noexec,nosuid,rw / usr / tmpDSK / tmp
installeer -d –mode=1777 /tmp
mount -o binden,Rw,Noexec,nosuid /tmp /var/tmp
service httpd start
service mysql start
mount -o binden,Rw,Noexec,nosuid /tmp /var/tmp