Re: Determin which FTP server is running and turn off non se…

Page principale
Attachements:
Message en tant que courrier électronique
+ (text/plain)
+ (text/html)
+ (text/plain)
Supprimer ce message
Répondre à ce message
Auteur: Dan Dubovik
Date:  
À: Main PLUG discussion list
Sujet: Re: Determin which FTP server is running and turn off non secure FTP
You could check /etc/init.d for something that looks like an FTP server
You could check:
lsof -i :21

which should provide you with the pid / process that is listening on port
21.

Once you have that, you should be able to kill off the process.

Don't forget to chkconfig off the process, so it doesn't come up if / when
you reboot the server.

-- Dan.

On Wed, Jun 23, 2010 at 3:50 PM, keith smith <> wrote:

>
> Hi,
>
> I have a CentOS server that I am working on. Got SFTP working and now I
> want to turn off plain FTP.
>
> It is unclear to me how to do so and I can't find a reference that shows me
> how to determine which FTP server we are running.
>
> Thanks a bunch!
>
> ------------------------
> Keith Smith
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss