CentOS 5.3
I am using crontab for the first time. However, I can't seem to get a simple script file to run.
Here is my crontab file:
50 17 * * * /home/dev_user/test_script.sh
It was scheduled to go off at 17:50, but it didn't work.
My script file test_script.sh
touch myfile.txt
The script files run ok when I execute it.
I have also restart crond:
/etc/init.d/crond restart
Many thanks for any suggestions,