首先更新系统:yum update
然后有的系统没有装ZIP的解压缩工具,先装上: yum install unzip
安装vsftp的可以执行以下命令:
yum -y install vsftpd
/etc/init.d/vsftpd start
chkconfig --level 345 vsftpd on
首先更新系统:yum update
然后有的系统没有装ZIP的解压缩工具,先装上: yum install unzip
安装vsftp的可以执行以下命令:
yum -y install vsftpd
/etc/init.d/vsftpd start
chkconfig --level 345 vsftpd on