原文:500 OOPS: vsftpd: refusing to run with writable root inside chroot() Login failed. 421 Service not available, remote server has closed connection

该错误是由于从 . . 之后,vsftpd增强了安全检查,如果用户被限定在了其主目录下,则该用户的主目录不能再具有写权限了 如果检查发现还有写权限,就会报该错误。 当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误: 要修复这个错误,有两个办法 一 使用命令进行删减权限,亲自测试可用 二 在配置文件增加如下选项 文章参考来源:https: blog.csdn.net b ...

2019-09-10 13:23 0 629 推荐指数:

查看详情

解决 500 OOPS: vsftpd: refusing to run with writable root inside chroot()[ubuntu]

FTP(文件传输协议)在众多网络应用中,是仅次于web的服务,有着非常重要的地位。在安装配置linux环境下(主指ubuntu系统)FTP服务器时, 在配置/etc/vsftp.conf及/etc/vsftpd.chroot_list等文件后(具体详见另一篇文章), 在SHELL模式下测试连接 ...

Thu Oct 25 23:47:00 CST 2012 3 18372
500 OOPS: vsftpd: refusing to run with writable anonymous root

500 OOPS: vsftpd: refusing to run with writable anonymous root 以下就是解决的三个步骤,其中第一步,是我一直没有搞明白的,也是其中的重点: 1当时我在服务器上用命令ftp时,出现了以下的提示500 OOPS: vsftpd ...

Sat May 09 01:17:00 CST 2015 0 4603
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM