According to AIX docs, revisions to crontabs will take effect at the next reboot. Is there a way around this? I don't want to have to reboot everytime I add something.
When you edit the crontab file ("crontab -e" and then save it, it automatically updates the cron daemon - so there is no need to do anything after a change to crontab.
If you use the crontab command rather than editing the /usr/spool/cron/crontabs/<username> file, you don't have to boot for the changes to take effect. Using the crontab command rather than vi or some other editor to change the file is safer, too, because it detects most formatting errors, warns you and won't make the change.
A wise man once said "Take a man fishing, you feed him for a day; teach a man to fish, you feed him for life"
My only point was showing the original post-er that his/her information was flawed in that he/she looked in the wrong place for his/her answer. I applaud him/her for doing his research before posting here, but I included the link so that he/she would have the correct information for next time.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.