Linux服务器 centos下vsftpd安装及配置2012-11-05admin阅读(1552)评论(0)赞(0)安装好lnmp系统后,用以下命令安装及启动vsftpd. yum -y install vsftpd /etc/init.d/vsftpd start chkconfig –level 345 vsftpd on ...