SUMMARY: inetd

Wood, Lawrence N LWood at ALLEGROMICRO.com
Fri Mar 28 13:18:47 EST 2003


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 at sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers




More information about the summaries mailing list