I have a crontab file that looks like this:
* * * * * /home/abliskovs/update/update.sh
However when I check the syslog for evidence that the job has run, there is nothing that might indicate that it ever ran. How can I check if it's running?
crontab -l
outputs the following:
* * * * * /home/abliskovs/update/update.sh
Best Answer
Example
Also Make Sure the followings :
sudo /etc/init.d/cron restart
How to make a file executable?
Several ways to make your file executable