CompTIA Linux+ Powered by LPI (LX0-104) — Question 30
Which of the following fields can be found in the /etc/group file? (Choose THREE correct answers.)
Answer options
- A. The list of users that belong to the group.
- B. The home directory of the group.
- C. The name of the group.
- D. The description of the group.
- E. The password of the group.
Correct answer: A, C, E
Explanation
The correct answers are A, C, and E because the /etc/group file contains the list of users that are part of a group (A), the name of the group (C), and the group password (E). The home directory of the group (B) and the description of the group (D) are not included in this file.