CRON did not run, how do I check ?
I defined the cron jobs :
crontab -e
01 14 * * * /bin/sh /mydir/disk_mon.sh
01 14 * * * echo 123 >> /mydir/a.txt
these can be seen by crontab -l
But obviously the cron did not run.
log in as root, i'm able to see the crond service is running.
There is no /ect/cron.allow file
the /etc/cron.deny is empty
What eles I can check?
Thanks