1753604 Members
6466 Online
108797 Solutions
New Discussion юеВ

FTP Service

 
SOLVED
Go to solution
Raj_58
Advisor

FTP Service

Hi,
Can any one tell me how to disable the ftp service and have the inetd service to re -read the config file?

Thanks
3 REPLIES 3
john kingsley
Honored Contributor
Solution

Re: FTP Service

Edit /etc/inetd.conf
Comment out the line:
ftp stream tcp nowait .....
Then run:
inetd -c
Jeff_Traigle
Honored Contributor

Re: FTP Service

Edit /etc/inetd.conf. Comment the ftp line (i.e. put # in front of it). Use "inetd -c" to reload the config.
--
Jeff Traigle
Raj_58
Advisor

Re: FTP Service

Thanks Jhon and Jeff..!!!
Will try that.