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.
Loading...
Related Quiz
- In the context of networking, what does the acronym "NAT" stand for?
- Which file in Linux would you edit to set a system's DNS resolver addresses?
- Which command in Linux is commonly used to manage and update user passwords?
- Which of the following is a valid way to declare a variable in Bash?
- In Linux, the _____ command is used to display the status of jobs in the current session.