On Sat, 19 Aug 2000 [EMAIL PROTECTED] wrote:
> Hi!
>
> To check what services are running/on...
>
> chkconfig --list
>
> you would see the services, system levels and if it is
> on or off.
>
> To turn off, say portmap at system level 3...
>
> chkconfig --level 3 portmap off
>
> For more info, type this...
>
> chkconfig
>
> noelt.
>
> Quoting Zlatko <[EMAIL PROTECTED]>:
>
> > 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?
> > Which is the configuration file. I had intrusion
> recently.
but using chkconfig will only disable services that run standalone,
not services like telnet and ftp that are supervised thru the
"inetd" daemon.
for those. edit /etc/inetd.conf and comment out all services
you don't want. (as a starting point, comment out darn near
everything and slowly turn them back on as you find you need
them.)
rday
--
"This is Microsoft technical support. How may I misinform you?"
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list