how to disable /tmp clean on boot 

Newsgroups:  gmane.linux.debian.user
Date:        Fri, 24 Sep 2004 14:48:19 +0200
> When Debian is booted i find that /tmp is cleaned..
> How do i disabled it?

Check /etc/init.d/bootclean.sh and /etc/rcS.d/S35mountall.sh.

Andreas Janssen

how to disable /tmp clean on boot 

Look in /etc/init.d/bootmisc.sh, towards the end there is an uncommented line like this "rm -f /tmp/.clean /var/run/.clean /var/lock/.clean". Comment it. Do other files other than the dotted files disappear?

Raghavendra Bhat

how to disable /tmp clean on boot 

> When Debian is booted i find that /tmp is cleaned..
> How do i disabled it?

The correct way is to use /var/tmp for temp files instead; /tmp is supposed to be cleaned on boot, /var/tmp is supposed to remain.