2008/3/19, Tolun ARDAHANLI tolun.ardahanli@linux.org.tr:
Hi guys;
Hi Tolun
Is there any structure/program for scheduled works in Centos 5.1?(I want to empty my /tmp folder at decided hours...How can I do that?)
Use crontab for custom scripts.
You maybe also look at tmpwatch (removes files which haven't been accessed for a period of time) - /etc/cron.daily/tmpwatch
cheers Simon