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