Multiple choice Which of the following files stores hashed passwords in Linux? /etc/shadow /etc/passwd /etc/hosts /tmp/password Reveal answer Fill a bubble to check yourself A Correct answer Explanation The /etc/shadow file stores encrypted (hashed) user passwords and password aging information, and it is readable only by the root user.