Es pot fer que els fitxers temporals no s'esborrin de la carpeta /tmp modificant la variable TMPTIME del fitxer /etc/default/rcS:
$ cat /etc/default/rcS # # /etc/default/rcS # # Default settings for the scripts in /etc/rcS.d/ # # For information about these variables see the rcS(5) manual page. # # This file belongs to the "initscripts" package. TMPTIME=30 SULOGIN=no DELAYLOGIN=no UTC=no VERBOSE=no FSCKFIX=no
En aquest cas 30 vol dir 30 dies. Consulteu:
$ man rcS