Operating System - Tru64 Unix
1830321 Members
2421 Online
110000 Solutions
New Discussion

Re: Restart inetd on Tru64

 
Hank Bein
Occasional Contributor

Restart inetd on Tru64

I'd like to restart inet.d without rebooting our server. Can that be done by 'kill -HUP
' or through 'inetd -h'?
2 REPLIES 2
Ivan Ferreira
Honored Contributor

Re: Restart inetd on Tru64

Yes, or you can use the following command:

inetd -h
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Michael Schulte zur Sur
Honored Contributor

Re: Restart inetd on Tru64

Hi,

it depends. The kill -HUP will work always but inetd -h only from 5.1 and up

greetings,

Michael