asked 50.9k views
0 votes
The encrypted password of a user is stored in which file?

1) /etc/shadow
2) /etc/enpasswwd
3) /etc/.passwd

1 Answer

4 votes

Final answer:

Encrypted user passwords in Unix-like systems are typically stored in the /etc /shadow file

The answer is option ⇒1) /etc /shadow

Step-by-step explanation:

The encrypted password of a user is typically stored in a system file dedicated to user account information. On Unix-like operating systems such as Linux, this file is the /etc / shadow file. The / etc /shadow file contains the password information for the system's users and is readable only by the root user for security reasons.

It includes the user's encrypted password along with other information such as the account's password expiration details. The earlier version of Unix systems used the / etc /passwd file to store encrypted passwords, but this was later deprecated for security reasons as the file was world-readable, which posed a security risk.

The answer is option ⇒1) / etc /shadow

answered
User Beterthanlife
by
8.0k points