Which file in Linux contains the hashed password information for users?

  • /etc/shadow
  • /etc/passwd
  • /etc/group
  • /etc/login
In Linux, the hashed password information for users is stored in the /etc/shadow file. This file contains encrypted password hashes and other security-related information, such as password expiration dates, for user accounts. It is essential for protecting user credentials.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *