原文:500 OOPS: vsftpd: refusing to run with writable anonymous root

OOPS: vsftpd: refusing to run with writable anonymous root 以下就是解決的三個步驟,其中第一步,是我一直沒有搞明白的,也是其中的重點: 當時我在服務器上用命令ftp時,出現了以下的提示 OOPS: vsftpd: refusing to run with writable anonymous root 所以在網上找到了這一篇文章: 如果我 ...

2015-05-08 17:17 0 4603 推薦指數:

查看詳情

解決 500 OOPS: vsftpd: refusing to run with writable root inside chroot()[ubuntu]

FTP(文件傳輸協議)在眾多網絡應用中,是僅次於web的服務,有着非常重要的地位。在安裝配置linux環境下(主指ubuntu系統)FTP服務器時, 在配置/etc/vsftp.conf及/etc/vsftpd.chroot_list等文件后(具體詳見另一篇文章), 在SHELL模式下測試連接 ...

Thu Oct 25 23:47:00 CST 2012 3 18372
500 OOPS: vsftpd: refusing to run with writable root inside chroot() Login failed. 421 Service not available, remote server has closed connection

該錯誤是由於從2.3.5之后,vsftpd增強了安全檢查,如果用戶被限定在了其主目錄下,則該用戶的主目錄不能再具有寫權限了!如果檢查發現還有寫權限,就會報該錯誤。 當我們限定了用戶不能跳出其主目錄之后,使用該用戶登錄FTP時往往會遇到這個錯誤: 要修復這個錯誤,有兩個辦法 ...

Tue Sep 10 21:23:00 CST 2019 0 629
500 OOPS: vsftpd: both local and anonymous access

配置ftp服務器,有如下報錯 C:\netos74\bin>ftp 10.20.100.252 Connected to 10.20.100.252. 500 OOPS: vsftpd: both local and anonymous access disabled ...

Sun Oct 09 00:37:00 CST 2016 0 3085
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM