After discovering scripts running in my /tmp folder (in CentOS 5.x) I had to harden the directory. The faster way to harden your /tmp and /var/tmp without rebooting is the following: In your /dev directory create an empty 2,5 GB file (best for web hosting servers with many websites). # cd /dev # dd if=/dev/zero ...