首页 > 运 维 > Mail/FTP > 正文

vsftp限制用户只能访问自己的目录
2014-07-22 20:03:11   来源:   评论:0 点击: 收藏

编辑用户访问目录:编辑:vsftpd.conf#chroot_list_enable=YES改为:chroot_list_enable=YES创建:chroot_listtouch chroot_list输入用户名(以123为倒):123

编辑用户访问目录:

编辑:vsftpd.conf


#chroot_list_enable=YES

改为:

chroot_list_enable=YES

创建:chroot_list,由于安装完vsftp后没的chroot_list所以只能我们自己创建

touch chroot_list

输入用户名(以123为倒):

123

相关热词搜索:vsftp 限制 目录

上一篇:Sendmail服务配置-基础篇
下一篇:FileZilla无法连接ftp服务器的解决方案