SUMMARY: inetd

From: Wood, Lawrence N <LWood_at_ALLEGROMICRO.com>
Date: Fri Mar 28 2003 - 13:18:47 EST
I got far too many replies to acknowlege them all, but thanks.

There were a number of answers...not sure if they all work, but I used this
one:

kill -1 <pid of inetd>

Some of the others were:

kill -HUP <pid>
pkill -HUP inetd

and a real creative one:

kill -HUP `ps -ef | grep inetd | grep -v grep | awk '{print $2}'`


Original post: 
Forgive my ignorance.  I am new to Sun workstations and I am looking for
the correct method of rereading the inetd.conf file.  The man page says to
send
a SIGHUP signal to the process.  How do I do that?
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Fri Mar 28 13:23:30 2003

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:07 EST