我需要创buildvsftpd服务器的ftp用户才能成为根目录(仅限于该帐户)
例如/var/www/abc should be the /(root) to test_user
/var/www/abc should be the /(root) to test_user
取消注释/ /etc/vsftpd/vsftpd.conf插入到/etc/vsftpd/vsftpd.conf文件中:
/etc/vsftpd/vsftpd.conf
chroot_local_user=YES
并用home文件夹创build你的用户是/var/www/abc :
/var/www/abc
useradd -d /var/www/abc -s /sbin/nologin test_user