If you can see this check that


Next Prev Quiz Index
Consider this line from the password file:
 gordon:x:500:501:Gordon Russell:/root:/bin/bash
 
What is the group id?
A.500
B.x
C.501
D.Gordon Russell
E.gordon
Incorrect Answer 500, which is the third field, is the UID or user id.
Close
Incorrect Answer The x in field 2 indicates where the encrypted password used to be stored before it was moved to /etc/shadow. It has nothing to do with the group id.
Close
Correct Answer The fourth field is indeed the group id or gid.
Close
Incorrect Answer This is the so-called "finger" information. This has nothing to do with the group id... it is not even a number after all!
Close
Incorrect Answer The first field, gordon, is the text name of the user and not the group id.
Close