» Linux »
Examen sur Linux »
Examen 202 : Networking Administration »
Section 5 »
Question 7/27
Explanation: Every user account has an entry in the /etc/passwd file. The third field of each entry is
the user’s primary group identifier (GID). This number must be the number of an existing group
otherwise the user will not be able to log on. In this question, you have changed the GID number of
the group, so therefore the GID entry for Joe is invalid.
Reference: http://www.unet.univie.ac.at/aix/files/aixfiles/passwd_etc.htm
Incorrect Answers
A: You log on with the user account password, not the group account password.
B: You don’t need to re-add the users to a group if you change the group ID.
D: It is unnecessary to delete and recreate Joe’s account.