5.3. Anonymous User OptionsThe following lists directives which control anonymous user access to the server. To use theseoptions, the anonymous_enable directive must be set to YES.• anon_mkdir_write_enable — When enabled in conjunction with the write_enabledirective, anonymous users are allowed to create new directories within a parent directorywhich has write permissions.The default value is NO.• anon_root — Specifies the directory vsftpd changes to after an anonymous user logs in.There is no default value for this directive.• anon_upload_enable — When enabled in conjunction with the write_enable directive,anonymous users are allowed to upload files within a parent directory which has writepermissions.The default value is NO.• anon_world_readable_only — When enabled, anonymous users are only allowed todownload world-readable files.The default value is YES.• ftp_username — Specifies the local user account (listed in /etc/passwd) used for theanonymous FTP user. The home directory specified in /etc/passwd for the user is the rootdirectory of the anonymous FTP user.The default value is ftp.• no_anon_password — When enabled, the anonymous user is not asked for a password.The default value is NO.• secure_email_list_enable — When enabled, only a specified list of email passwords foranonymous logins are accepted. This is a convenient way to offer limited security to publiccontent without the need for virtual users.Anonymous logins are prevented unless the password provided is listed in/etc/vsftpd.email_passwords. The file format is one password per line, with no trailingwhite spaces.The default value is NO.5.4. Local User OptionsThe following lists directives which characterize the way local users access the server. To usethese options, the local_enable directive must be set to YES.Local User Options285