Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CRON did not run, how do I check ?

Aacc-OracleApr 18 2011 — edited Aug 10 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2011
Added on Apr 18 2011
20 comments
16,226 views