Originally posted by: Casey_B
Hello,
One common problem with cron is making changes to the crontab directly without notifying
the cron daemon.
You should use "crontab -e" or "crontab mylocalfilename" instead of editing the file directly.
As you mentioned that you were new to AIX....
Another thing to be aware of is to be careful with just typing "crontab"
It will accept input from standard in, and you may accidentally remove your crontab.
(I have done that a few times by accident...)
Hope this helps,
Casey
ps: Since you said you were new to AIX, here is another tip from personal experience:
There is no command line help for shutdown...Don't even try to look for it, use the man page. :)
#AIX-Forum