1.安装
yum install -y vsftpd
2.设置开机启动
systemctl enable vsftpd.service
3.启动
systemctl start vsftpd.service
4.查看状态
systemctl status vsftpd.service
- 默认:root用户有上传权限
VSFTPD安装与配置
yum install -y vsftpd
systemctl enable vsftpd.service
systemctl start vsftpd.service
systemctl status vsftpd.service
323
664

被折叠的 条评论
为什么被折叠?