I have a crontab entry on my RHEL 5.4 system under the "oracle" account but it never seems to actually run. I have the following entry:
* * * * * /home/oracle/blahblah.sh > /tmp/test.log 2>&1
Since "blahblah.sh" does not actually exist I would expect to see an error in /tmp/test/log. If I make a similar crontab entry in my personal account, the entry does run and I get the following output in test.log:
/bin/sh: /home/username/blahblah.sh: No such file or directory
It seems like cron jobs are simply not running under only one specific account (oracle). Why would this be happening? Note that we are using Active Directory but I don't believe that has anything to do with this problem since both accounts I am testing with authenticate through AD.