Cron Related
Posted by: perfectlyfailing
Posted on: 2007-01-10 15:16:00
I'm trying to get set up a cronjob. Here is what im doing:
From SSH: crontabs -e
0,10,20,30,40,50 * * * * /usr/local/bin/perl /home/perfectlyfailing/perfectlyfailing.com/mobilog/mobilog.pl
Adding the above
Saving it.
I check by doing crontabs -l it shows the entry yet 10 minutes passes and nothing happens.
No luck at all. Any suggestions?