On 25-Jul-2000 Alwyn Schoeman wrote: > Hi Richard, > > The man page say you can send it a SIGHUP signal to have it reread its > configuration file... > > I think its... kill -s SIGUP pid where pid is the process id you get by > ps aux | grep inetd
Wouldn't be more simple & elegant kill -HUP `pidof inetd` ? On 25-Jul-2000 [EMAIL PROTECTED] wrote: > or u can try /etc/init.d/inetd restart There is no need to restart, /etc/init.d/inetd reload will do it.