Which of the following fields can be found in the /etc/group file? (Choose two.)
Which of the following fields can be found in the /etc/group file? (Choose two.)
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.
"/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
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
correct :)
BC is true