LPIC-1 Exam 102 v5 (Linux Administrator) — Question 57
Which of the following fields can be found in the /etc/group file? (Choose two.)
Answer options
- A. The home directory of the group.
- B. The list of users that belong to the group.
- C. The name of the group.
- D. The default group ACL.
- E. The description of the group.
Correct answer: B, C
Explanation
The correct answers are B and C, as the /etc/group file contains the names of groups and lists the users that are members of those groups. Options A, D, and E are incorrect because the file does not include the group's home directory, default group ACL, or a description.