Multiple choice technology programming languages

User's passwords are generally stored in

  1. /etc/passwd

  2. /var/passwd

  3. /etc/password

  4. /var/password

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Historically, /etc/passwd contained encrypted passwords. Modern systems use /etc/shadow for password hashes with /etc/passwd storing only user metadata. The other paths (/var/passwd, /etc/password, /var/password) are not standard.