LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how do i stop ftp ? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-stop-ftp-89843/)

timmy01 09-06-2003 07:45 AM

how do i stop ftp ?
 
hi

can anyone tell how to stop the ftp on Redhad 9?
by command and/or webmin,

thnks

Tim

david_ross 09-06-2003 07:50 AM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

I'll give the answer here to for future refference but please don't post twice:
http://www.linuxquestions.org/questi...364#post465364

Start a new thread for a new question.

The command you are probably looking for is:
service vsftpd stop

To stop it running on boot:
chkconfig --level 345 vsftpd off

ruddy 09-06-2003 09:52 AM

Re:ftp stop
 
Hi,

If your ftp servivces was instaled running with xinetd services, you need to edit the file /etc/xinetd/"wu-ftp" i don't now exatly the name and set line disable yes, after that must restart xinetd services (/etc/init.d/xinted restart).
If you ftp server run as daemon , you need just to close this daemon or services with /etc/init.d/"name services" stop and for remove the startup scripts use chkconfig --del "name of services"

Ciao,
Ruddy


All times are GMT -5. The time now is 01:50 PM.