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
- A. anonymous
- B. ftp
- C. In the described configuration, any username which neither belongs to an existing user nor has another special meaning is treated as anonymous user.
- D. nobody
- E. guest
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.