I'm always hesitant to use /var/tmp/, because I never quite know exactly how long the files are kept there for, or even what the directory is used for. What determines when a file gets removed from /var/tmp/, and how is the directory intended to be used?
|
feedback
|
migrated from stackoverflow.com Jul 27 '10 at 2:49
This question came from our site for professional and enthusiast programmers.
|
Per the Filesystem hierarchy standard (FHS), files in Per FHS-2.3:
I'm not aware of any Linux distributions that automatically clean | |||||
feedback
|
|
All RHEL-based distros clean /var/tmp of files older than 30 days. I don't know about other distros. Look for a cron entry that invokes tmpwatch. On Fedora/RHEL it is | |||
|
feedback
|