Tuesday, May 20, 2008

FTP configure in Linux

FTP configure in Linux
rpm -qa grep vsftprpm -qa grep xinetd
chkconfig --level 345 vsftpd on
# /etc/init.d/vsftpd startStarting vsftpd for vsftpd: [ OK ]
# ln -s /etc/init.d/vsftpd /etc/rc3.d/S56vsftpd# ln -s /etc/init.d/vsftpd /etc/rc4.d/S56vsftpd# ln -s /etc/init.d/vsftpd /etc/rc5.d/S56vsftpd
Edit the files /etc/vsftpd.ftpusers and /etc/vsftpd.user_list and remove the 'root' line from each file.

No comments: