DeepakG
Perch
I have been trying to setup a cron job for a while now with no success.
I searched this forum to see if anyone has faced the same problem and tried to use solutions suggested but I think I'm still missing something.
Here's what I need to do: Access http://example.net/cron.php every 1 hour
I scheduled the job as follows in HSphere:
Minute: 59
hour/day/month/week: *
Command: /usr/bin/wget -o /hsphere/local/home/<username>/cron.log http://example.net/cron.php
I masked the username and the website address in above command.
I received the following reply via e-mail:
/bin/sh: /usr/bin/wget: Permission denied
Can anyone tell me what is wrong with my command?
Thanks,
Deepak
I searched this forum to see if anyone has faced the same problem and tried to use solutions suggested but I think I'm still missing something.
Here's what I need to do: Access http://example.net/cron.php every 1 hour
I scheduled the job as follows in HSphere:
Minute: 59
hour/day/month/week: *
Command: /usr/bin/wget -o /hsphere/local/home/<username>/cron.log http://example.net/cron.php
I masked the username and the website address in above command.
I received the following reply via e-mail:
/bin/sh: /usr/bin/wget: Permission denied
Can anyone tell me what is wrong with my command?
Thanks,
Deepak