LPIC-1 Exam 102 v5 (Linux Administrator) — Question 73

Which of the following information is stored in /etc/shadow for each user?

Answer options

Correct answer: C

Explanation

/etc/shadow primarily contains the hashed password of each user, which is essential for authentication. The other options, such as the user's last login timestamp, private SSH keys, UID, and home directory path, are stored in different files or locations within the system and not in /etc/shadow.