1745804 Members
3707 Online
108722 Solutions
New Discussion

Re: Disable services

 
mousa535
Occasional Contributor

Disable services

Hi,

 

i want to disable the remote services on my system likes rsh, rlogin, rusers, rstat  and also these services FTP, TFTP, TELNET. 

How can i do it that by command.

 

Thanks

 

 

 

 

2 REPLIES 2
Modris Bremze
Esteemed Contributor

Re: Disable services

Most of those services are defined in /etc/inetd.conf. Edit that and then stop/start /sbin/init.d/inetd service.

Jose Mosquera
Honored Contributor

Re: Disable services

Hi,

 

The file /var/adm/inetd.sec will be useful for you. For aditional and detailed info "man inetd.sec". Also check information about specific ftp service configuration "man ftpd" and ftp's users deny file "man ftpusers".

Rgds.