Oops! :)  Thanks for pointing that out Robert.  Hmmm, shouldn't
be answering e-mails when I'm half-awake...

On Sat, Aug 19, 2000 at 04:01:25PM +0500, Robert Soros wrote:
> > On Sat, Aug 19, 2000 at 05:53:26PM +1000, Zlatko wrote:
> > > Can someone please tell me how to close open ports/services on LInux
> > > RH 6.2:
> > > I wan to know how can I prevent services like ftp, telnet, finger, cmd,
> > > ASR to start automaticly every time the system boots up?
> > 
> > These services usually run off inetd.  To disable, comment the
> > corresponding entries in /etc/inetd.conf then run:
> > 
> >     # killall -HUP syslogd
> 
> syslog? this will do nothing regarding inetd , maybe you meant inetd ?
> I actually prefer doing this one the hard way, like this 
> 
>       kill -HUP `cat /var/run/inetd.pid`     

-- 
 .--.  Michael J. Maravillo                  office://+63.2.894.3592/
( () ) Q Linux Solutions, Inc.                http://www.q-linux.com/
 `--\\ Open Source Consultancy / Support / Training / Software Dev't.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to