Re: restarting daemons
George Bonser <grep@oriole.sbay.org> writes:
> killall -HUP inetd
While this will work, killall is a little evil, because it can
sometimes accidentially kill some other things you weren't expecting.
A more precise way to do this would be:
kill -HUP `cat /var/run/inetd.pid`
Either one will get the jon done, though...
--
Rob
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to: