Installing FTP (vsftpd) on RHEL 5.0 (CentOS)
October 30th, 2007
Check to see if vsftpd is installed:
[root@rhel5 ~]# rpm -q vsftpd
vsftpd-2.0.5-10.el5
If not just type “yum install vsftpd” and when the install is done, start vsftpd:
[root@rhel5 ~]# service vsftpd start
Starting vsftpd for vsftpd: [ OK ]
Note: The default anonymous ftp user home is “/var/ftp/”.


October 30th, 2007 at 10:11 pm
[…] Installing FTP (vsftpd) on RHEL 5.0 (CentOS) […]
October 31st, 2007 at 3:04 am
[…] wrote an interesting post today on Installing FTP (vsftpd) on RHEL 5.0 (CentOS)Here’s a quick […]