SUMMARY: inetd

From: Wood, Lawrence N (LWood@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



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:26:05 EDT