Find jobs - Kamala Harris - Skype - Society 2007 - Sportingbet

PDA

View Full Version : Cron job


rafiqasad
Mar 9th 2009, 4:37 am
I have have some php script that i want to run through cron job, can any body tell me how to run cron job on linux server, what is the command of cron job.

SmallPotatoes
Mar 9th 2009, 5:27 am
I have have some php script that i want to run through cron job, can any body tell me how to run cron job on linux server, what is the command of cron job.

'crontab -e' is the command to edit your cron file.

'man 5 crontab' will tell you the format you need to put your cron job in.

Airwave
Mar 9th 2009, 2:58 pm
http://www.scrounge.org/linux/cron.html i hope this will help