VPS Command Line Tutorials

Craig White craigwhite at azapple.com
Mon Jul 3 18:19:42 MST 2006


On Mon, 2006-07-03 at 18:11 -0700, keith smith wrote:
> telnet localhost 25 did return sendmail 8.13
> telnet localhost 21 returned connection refused.
> 
> Thanks, that helped a lot.  
> 
> I can't find ftp in rc3.d ..... thinking it was not installed.
> 
> I have not been in Linux for a while.... guess I'll have to find out
> how yumm works.
----
rpm -qa|grep ftp # see what packages are installed with ftp in name

yum search ftp # list all packages with ftp in name/description in
               # enabled repositories

I ***think*** fedora uses vsftpd as a 'standard' ftp package...

man yum

yum install vsftpd

Craig



More information about the PLUG-discuss mailing list