如何解决ftp客户端连接时的报错:

500 OOPS: vsftpd: refusing to run with writable root inside chroot()
在云服务器ECS操作系统 CentOS 7.4 上通过yum安装了vsftpd
解决方法:
vi /etc/vsftpd/vsftpd.conf
增加一行配置
allow_writeable_chroot=YES
保存后,重启vsftpd服务
systemctl restart vsftpd.service
好了,问题解决!

本文介绍在CentOS7.4云服务器上遇到的vsftpd服务报错:500OOPS:vsftpd:refusingtorunwithwritablerootinsidechroot()。通过修改vsftpd.conf文件,增加allow_writeable_chroot=YES配置项,并重启服务成功解决问题。
293

被折叠的 条评论
为什么被折叠?



