PDA

View Full Version : Crontab



pigman
June 8th, 2001, 21:23
For some reason crontab doesn't seem to be executing this script. In my text file this is what is says:

0 4 * * * /absolute/path/to/script.pl

Is that formatted right?

atlas
June 8th, 2001, 22:25
That's the correct format. Make sure the script is executable by the user that your trying to run the crontab for.

-mk