安装 sudo apt-get install vsftpd # 安装 sudo useradd test -g ftp -d /home/ #创建用户 账户名test,指向/home/文件夹 账户名与文件夹自定即可 修改配置 sudo vi /etc/vsftpd.conf # 打