I've been trying for hours to get a cronjob to work but I still run into problems and i'm getting a bit frustated. Maybe someone can help me.
I have put
in /etc/crontab
Now I get emails every minute with the following:
So I thought I should change permissions to get it working. I change permission ls -l gives
Now I get emails
I'm a newbee, i've been trying but this is just to much
Thanks
I have put
Code:
* * * * * root /usr/scripts/load.cron.sh
Now I get emails every minute with the following:
Code:
/usr/scripts/load.cron.sh: Permission denied
Code:
-rwxr--r-- 1 root wheel 518 Oct 15 08:06 load.cron.sh*
Now I get emails
Code:
/usr/scripts/load.cron.sh: not found
I'm a newbee, i've been trying but this is just to much

Thanks