PDA

View Full Version : cron job


ultra
09-29-2005, 02:06 AM
Hi,
how can i set it to run every 5 minutes or every minutes all the time

thank you

camp185
09-29-2005, 03:47 AM
Here is a form to creat your cronjob. http://htmlbasix.com/crontab.shtml
Scroll down pass the google ad, and you will find a simple form to handle most cron questions.

NerdLib
12-09-2005, 10:33 AM
Put the following in your crontab


*/5 * * * * root (cd /root/somedir; ./somescript.pl)