Chinaunix首页 | 论坛 | 博客
  • 博客访问: 10507058
  • 博文数量: 2905
  • 博客积分: 20098
  • 博客等级: 上将
  • 技术积分: 36298
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-23 05:00
文章存档

2012年(1)

2011年(3)

2009年(2901)

分类: LINUX

2009-03-23 11:07:41

  记录:

  vsftpd 在添加虚拟目录的时候,软件本身不具备此功能。在linux系统下可以使用mount --bind  olddir newdir
  来实现虚拟目录的目的。

   经测试:软链接在此失效。
  
  
Q) Why don't symlinks work with chroot_local_user=YES?
A) This is a consequence of how chroot() security works. As alternatives,
look into hard links, or if you have a modern Linux, see the powerful
"mount --bind".

更多信息看FAQ

阅读(1273) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~