Linux學習總結(21)——CentOS7環境下FTP服務器的安裝和配置

1. 安裝vsftpd #安裝vsftpd yum install -y vsftpd #設置開機啓動 systemctl enable vsftpd.service # 重啓 service vsftpd restart # 查看vsftpd服務的狀態 systemctl status vsftpd.service 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 2. 配
相關文章
相關標籤/搜索