![]() |
init q makes SCO Openserver reread inittab. Do man init on your system and it should tell you if it will work for you! Marty On Thu, 23 Oct 1997, Rob Newberry wrote: > On Thu, 23 Oct 1997, Ramana Juvvadi wrote: > > > The reason I recommended a reboot was for the faxgetty entry > > in /etc/inittab. Is there anyway to make the init process read > > /etc/inittab? > > It works the same way -- send it a HUP signal. Though there's no > "init.pid" file, its pid is always 1. So: > > kill -HUP 1 > > results in (from /var/log/messages): > > Oct 23 11:01:45 molly init: Re-reading inittab > > That's what you wanted, right? > > Rob > > >