LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Daryl Tester <dt@picknowl.com.au>
  To  : Andrew Galdes <galdes1@iprimus.com.au>
  Date: Wed, 27 Dec 2000 19:01:41 +1030

Re: ports and services

Andrew Galdes wrote:

> so this will kill and restart inetd?

No, that will tell inetd that its configuration file has changed,
and needs to be reread.

> oh, i tryed exactly what you recomended and i got the error of:
> 
> bash: kill: cat /var/run/inetd.pid: no such pid

This sounds like you used single quotes (') and not backticks (`).
Punctuation is important; on my keyboard, backticks are located
under the ~ key.

> kill -HUP inetd

I think killall -HUP inetd is what you want here; personally, I
don't use killall if I can help it.


-- 
Regards,
  Daryl Tester,  Software Wrangler and Bit Herder, IOCANE Pty. Ltd.

"Who knows what men lurk in the heart of eval?"

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page