|
Linux Vsftpd ftp连接提示“500 OOPS: vsftpd“的解决办法
发布日期:2015-12-24 19:12:50
Linux系统用Vsftpd搭建的FTP服务,客户端连接时提示“500 OOPS: vsftpd: refusing to run with writable root inside chroot()”错误 解决方法: 在服务器上修改Vsftpd的配置文件vsftpd.conf vim /etc/vsftpd/vsftpd.conf 添加一行配置 allow_writeable_chroot=YES 后保存退出,重启一下vsftp服务就行了。
|