apt-get install vsftpd
vi /etc/vsftpd.conf
修改以下几点:
1: chroot_local_user=YES
这将把虚拟用户锁定在我们在以上设置的目录内
参考文档:
http://hi.baidu.com/passprot/item/2970fe0960766527a1312d4b
http://os.51cto.com/art/201008/221842.htm
http://www.verydemo.com/demo_c152_i25746.html 禁止启动方法