通过yum来安装vsftpd时间:2022-05-07 19:06:18安装步骤 1.通过yum来安装vsftpd [root@localhost ~]# yum -y install vsftpd 2.设置为开机启动 [root@localhost ~]# chkconfig vsftpd on