Re: Empty /tmp on boot



Adrián Ribao wrote:

Hi, how can I empty the /tmp directory every time I boot the computer?
Thank you.

Hi,

Input some commands into /etc/init.d/halt.local
for cleaning on shutdown

or
Input some commands into /etc/init.d/boot.local
for cleaning on startup

for example
rm -rf /tmp/*


.



Relevant Pages