阎小妍

关注

【Linux】搭建ftp服务的时候,提示500 OOPS: vsftpd: refusing to run with writable root inside chroot()的解决方案

阎小妍

关注

阅读 49

2023-11-27


方案是以下两种:

方案一
$ chmod a-w /vaf/ftp
 
方案二
$ vim /etc/vsftpd.conf add the following
allow_writeable_chroot=YES

手贱,下意识的将ftp根目录 777 了。根本原因在于,从vsftpd_2.3.5版开始,取消了根目录的可写权限

相关推荐

迎月兮

简单的Linux Ftp服务搭建

迎月兮 38 0 0

天行五煞

使用FTP解决方案的潜在缺点

天行五煞 110 0 0

八卦城的酒

在使用 npm install的时候提示node-sass command faile 解决方案

八卦城的酒 13 0 0

残北

微服务的解决方案

残北 55 0 0

Villagers

refusing to merge unrelated histories的解决方案(git 本地/远程仓库合并)

Villagers 198 0 0

hwwjian

搭建FTP服务器:Linux下vsftpd实现基于Berkeley DB文件存放虚拟用户的案例

hwwjian 84 0 0

女侠展昭

Linux系统下vsftpd虚拟ftp用户账号存放在mysql数据库的FTP搭建

女侠展昭 88 0 0

J简文

【idea】提示 language level 5 的解决方案

J简文 32 0 0

倪雅各

npm run 导致This is probably not a problem with npm错误的解决方案

倪雅各 66 0 0

纽二

明明获得root权限,没法删文件的解决方案

纽二 102 0 0

精彩评论(0)

0 0 举报