Exam 102-500 Topic 2 Question 79 Discussion
Actual exam question for Lpi's 102-500 exam
Question #: 79
Topic #: 2
Question #: 79
Topic #: 2
Which character in the password field of /etc/passwd is used to indicate that the encrypted password is stored in /etc/shadow?
Suggested Answer: D Vote an answer
The password field of /etc/passwd is used to store the user's encrypted password or a special character that indicates how the password is stored. In older Linux systems, the user's encrypted password was stored in the
/etc/passwd file. On most modern systems, this field is set to x, and the user password is stored in the
/etc/shadow file12. The /etc/shadow file is more secure than the /etc/passwd file because it is readable only by the root user and not by regular users1. The other options are not valid characters for the password field of
/etc/passwd. References:
* Understanding the /etc/passwd File | Linuxize
* Understanding the /etc/passwd File - GeeksforGeeks
/etc/passwd file. On most modern systems, this field is set to x, and the user password is stored in the
/etc/shadow file12. The /etc/shadow file is more secure than the /etc/passwd file because it is readable only by the root user and not by regular users1. The other options are not valid characters for the password field of
/etc/passwd. References:
* Understanding the /etc/passwd File | Linuxize
* Understanding the /etc/passwd File - GeeksforGeeks
by Marshall at Jul 22, 2026, 07:56 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).