• 1
  • 2
  • 3
  • 4
  • 5
阿里云主机ECS 首 页  »  帮助中心  »  云服务器  »  阿里云主机ECS
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服务就行了。