Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== vsftpd FTP server ====== ===== installation / configuration ===== ==== Red Hat ==== <code bash> firewall-cmd --permanent --add-service=ftp setsebool -P ftpd_full_access 1 </code> ===== Troubleshooting ===== === 500 OOPS: vsftpd: refusing to run with writable root inside chroot() === <file conf /etc/vsftpd/vsftpd.conf> allow_writeable_chroot=YES </file> Last modified: 2024-07-05 14:31