» Linux »
Examen sur Linux »
Examen 202 : Networking Administration »
Section 1 »
Question 6/20
Explanation: The password saved in the /etc/passwd file is encrypted. For this reason, you cannot
directly enter the password in this file. Rather, you must use the passwd command. The passwd
command will take the plain text password and save it in encrypted form in the /etc/passwd file.
Reference: Roderick W. Smith. Sybex Linux + Study Guide: page 262.
Incorrect Answers
A: The UID and the GID can be the same.
B: You can have spaces because each field is separated by a colon (:).
D: The username does not have to be at least six characters long.