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: walter tocalini
Date:  
À: Main PLUG discussion list
Sujet: Re: Determin which FTP server is running and turn off non secure FTP
Keith let asume that you use yum to install pure-ftp and you use---and you
did not use nothing else to configure pure-ftp than chkconfig,

-----yum install pure-ftpd

now after that you create the system startup links

----chkconfig --levels xx pure-ftpd on (xx =whatever level you use)
or
----chkconfig pure-ftpd on
then or just reboot OS
----/etc/init.d/pure-ftpd start

now check if is listed

----chkconfig --list pure-ftpd

then you command will be
----/etc/init.d/pure-ftpd stop


now using chkconf you will remove the startup link

----chkconfig --levels xx pure-ftpd off
or
----chkconfig pure-ftpd off

now that should do it,

good luck

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