Which Linux user is used by vsftpd to perform file system operations for anonymous FTP users?
Which Linux user is used by vsftpd to perform file system operations for anonymous FTP users?
The Linux user specified in the configuration option ftp_username is used by vsftpd to perform file system operations for anonymous FTP users. This user is defined in the vsftpd configuration file, and its home directory is typically the root of the anonymous FTP area.
E - 100% /etc/vsftpd/vsftpd.conf ftp_username: This is the name of the user we use for handling anonymous FTP. The home directory of this user is the root of the anonymous FTP area.