文章目录
报错信息:
500 OOPS: vsftpd: refusing to run with writable root inside chroot()
原因解析
500 文件系统权限过大
报错复现
服务器端:
[root@gaosh-17 ~]# chmod 777 /var/ftp/
测试:
[root@gaosh-64 ~]# lftp 192.168.1.17
lftp 192.168.1.17:~> ls
ls: 登录失败: 500 OOPS: vsftpd: refusing to run with writable root inside chroot()
解决方案
[root@gaosh-17 ~]# chmo