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. 配
相关文章
相关标签/搜索