Error in vsftpd: 500 OOPS. Vsftpd is one of the most popular FTP server programs in the Linux release. vsftpd features: small, light, secure, and easy to use. Linux is also one of the most common operating systems. Different problems are inevitable during operations. This article mainly explains how to solve the vsftpd error: 500 OOPS
I. Detailed questions:
500 OOPS: cannot change directory:/root
Ii. solution:
1. Check the status of SELinux: sestatus-B | grep ftp
2. ftp_home_dir off is displayed in the displayed result.
Tftpd_disable_trans off
And so on. Now we only need to set one of them to on.
3. setsebool-P ftpd_disable_trans on or setsebool-P ftp_home_dir on
4. restart vsftpd: service vsftpd restart
3. Log On again
The logon is successful.
Try to upload some files for testing to see if there are logs
The default log is under the/var/log/directory.