On Thursday, March 14, 2002, at 10:45  pm, bob ackerman wrote:

> yes. i uncommented the daytime tcp line, did a 'kill -HUP 239' and the 
> script worked.
> i didn't find 'killall' on my system. and 'kill -HUP inetd' didn't 
> work. i had to use the pid of inetd.
> Thanks. i learning am.
>
You should find

kill -HUP 1

works - it sends a HUP signal to init, which is the father of all other 
Unix processes, and that then sends the signal to all the others.

Reply via email to