102-500 Exam QuestionsBrowse all questions from this exam

102-500 Exam - Question 110


Which of the following fields can be found in the /etc/group file? (Choose two.)

Show Answer
Correct Answer: BC

The /etc/group file includes fields such as the name of the group and the list of users belonging to the group. Specifically, the fields are group_name, password, GID, and user_list. Therefore, the correct answers are the name of the group and the list of users that belong to the group.

Discussion

4 comments
Sign in to comment
drliu1202Options: BC
Feb 12, 2024

"/etc/group" https://learning.lpi.org/en/learning-materials/010-160/5/5.2/5.2_01/#:~:text=File%20/etc/group-,/etc/group,-is%20a%20world

CuriousLinuxCat
Feb 8, 2023

BC is true. These are the fields in /etc/group... group_name:password:GID:user_list group_name the name of the group. password the (encrypted) group password. If this field is empty, no password is needed. GID the numeric group ID. user_list a list of the usernames that are members of this group, separated by commas. Source: man 5 group

iwkno6
Feb 28, 2023

correct :)

blk_542Options: BC
Dec 11, 2024

BC is true