LPIC-2 Exam 202 (Linux Engineer) — Question 88

Which FTP names are recognized as anonymous users in vsftp when the option anonymous_enable is set to yes in the configuration files? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct answers are A and B because 'anonymous' and 'ftp' are explicitly recognized as anonymous users in vsftp when the anonymous_enable option is set to yes. Option C describes a broader condition that does not specify valid usernames, while D and E are not recognized as anonymous users in this context.