|>
|> >1. Under AIX 4.1.5 how to restart or refresh cron daemon without
|> >rebooting system? I even could not understood role of telinit q
|>
|> If what you are trying to accomplish is a refresh of cron after having
|> modified the cron table, you can do so in another way.
|>
|> Use the 'crontab -e' command which will start the editor with
|> the current crontab, which you can then edit.
|> After quitting the editor (and saving your changes!), cron will
|> automatically be refreshed with the new table.
|>
|>
A safer thing to do would be to copy the cron file back edit it and then
crontab it back since the "e" and "r" are so close together and we all make typos from
time to time ;)
ex,
for root
cp /var/spool/cron/crontabs/root /rootcron
vi /rootcron
# make your changes
crontab rootcron
crontab -l | pg #verify the changes are in there.
--
Phil Langerholc - DCS UNIX Systems Support
IBM Global Services - Corporate Logistics Team, Poughkeepsie, NY
The opinions expressed are my own and do not reflect those of IBM