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
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