LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   /tmp dump (https://www.linuxquestions.org/questions/linux-newbie-8/tmp-dump-367933/)

gyankosh 09-28-2005 04:38 PM

/tmp dump
 
Every once in a while (I'm not sure how often) my /tmp directory gets dumped. This makes sense, I was just wondering how to change how often it happens. I am not restarting/shutting down my computer for the dump to happen.
Where is a foo.config that sets this?

thanks
gyankosh

uopjohnson 09-28-2005 05:04 PM

Its probably a cron job. Look for executable files in /etc/cron.daily/hourly/monthly
eg
Code:

cd /etc/cron.hourly
ls

or do
Code:

#crontab -l
as root.


All times are GMT -5. The time now is 11:27 PM.