Software >> OS >> Unix >> Linux >> How to enable FTP

RedHat 7.2 ========== 1. Use chkconfig to enable wu-ftpd 2. Since wu-ftpd uses xinetd, need to restart xinetd (There is no daemon script for wu-ftpd in /etc/rc.d/init.d # /etc/rc.d/init.d/xinetd restart 3. Set access controls etc from config files in /etc/ftp* Lineox Enterprise Linux v4.0 ============================ 1. # chkconfig --level 345 vsftpd on 2. # /etc/rc.d/init.d/vsftpd start 3. to allow ftp in as root, remove root entry from following 2 files /etc/vsftpd.user_list /etc/vsftpd.ftpusers