» Linux » Examen sur Linux » Examen 202 : Networking Administration » Section 1 » Question 8/20
8.There are seven fields in the /etc/passwd file. Which of the following lists all the fields in the correct order?

username, UID, password, GID, home directory, command, comment
username, password, UID, GID, comment, home directory, command
UID, username, GID, home directory, password, comment, command
username, password, UID, group name, GID, home directory, comment

Explanation: The first field contains the username. The second field contains the encrypted password or an ‘x’ if a shadow password file is used. The third field is the User ID number. The fourth field is the primary Group ID number. The fifth field is the comments field. The sixth field is the home directory field. The seventh field is the command field which specifies the user’s default shell.

Reference: http://www.unet.univie.ac.at/aix/files/aixfiles/passwd_etc.htm

Incorrect Answers
A: The order of these fields is not correct.
C: The order of these fields is not correct.
D: The order of these fields is not correct.

« Question 7 Question 9 »