Hello,
I'm on Solaris 10 and I can see that '/usr/sbin/cron' is running. '/etc/cron.d/cron.allow' has my user account listed. '/etc/cron.d/cron.deny' doesn't have my user account listed.
I created my crontab using 'crontab -e' and put a line like:
* * * * * my.sh > my.log 2>&1
And 'my.sh' is on my home dir with +x and I can can execute 'my.sh' manually. However, my crontab is not being executed.
Where do I look for the problem?
Thanks.
I'm on Solaris 10 and I can see that '/usr/sbin/cron' is running. '/etc/cron.d/cron.allow' has my user account listed. '/etc/cron.d/cron.deny' doesn't have my user account listed.
I created my crontab using 'crontab -e' and put a line like:
* * * * * my.sh > my.log 2>&1
And 'my.sh' is on my home dir with +x and I can can execute 'my.sh' manually. However, my crontab is not being executed.
Where do I look for the problem?
Thanks.