Question on inetd.conf

John Oxley oxo at rucus.ru.ac.za
Mon Apr 26 17:29:02 PDT 2004


On Mon 2004-04-26 (15:02), Bill Schoolcraft wrote:
> At Mon, 26 Apr 2004 it looks like Eric Brunner-Williams composed:
> 
> >
> > > How do you restart inetd.conf after you make a change, without rebooting?
> >
> > kill -HUP `cat /var/run/inetd.pid`
> 
> or
> 
>   kill -1 `cat /var/run/inetd.pid`
> 
> To check out the numeric options, do `kill -l`

or
killall -1 inetd == killall -HUP inetd

-- 
/~\ The ASCII           ASCII stupid question, get a EBCDIC ANSI.
\ / Ribbon Campaign     John Oxley
 X  Against HTML        http://oxo.rucus.net/
/ \ Email!              oxo <at> rucus.ru.ac.za
"Personally, I'd rather pay for my freedom than live in a bitmapped, pop-up-happy dungeon like NT."
		-- Thomas Scoville


More information about the freebsd-questions mailing list