一、查看是否安裝spa
rpm -q vsftpd
二、安裝方法code
yum install -y vsftpd
三、查看安裝位置blog
whereis vsftpd
四、服務管理class
//服務狀態
systemctl status vsftpd.service
//服務啓動
systemctl start vsftpd.service
//服務中止
systemctl stop vsftpd.service
//開啓啓動
systemctl enable vsftpd.service
五、待續....ftp