If you FTP to the server, does it reply with the server daemon name?
Eric
rpm -qa | grep ftp ?also chkconfig --list
at the bottom of the list will be the xinetd based services.Find the FTP daemon in there, and:
chkconfig [daemon_name] off
On Wed, Jun 23, 2010 at 10:56 PM, walter tocalini <curonet@gmail.com> wrote:
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 listedpure-ftpd
----chkconfig --list
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 - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss