1830862 Members
2420 Online
110017 Solutions
New Discussion

Re: FTP demon restart

 
M. Tariq Ayub
Regular Advisor

FTP demon restart

Hi,

I want to restart only ftp deamon. who can i do that?
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: FTP demon restart

Can't do that.

the ftp daemon is started and stopped by the inetd daemon

To restart ftp and everything else in inetd.conf

inetd -c

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens
Honored Contributor

Re: FTP demon restart

Hi,

check if you have commented out ftp in the /etc/services file. Is so remove the #.

ftp 21/tcp

Robert-Jan.