Multiple choice technology operating systems

From where can the passwd file be accessed?

  1. /usr/bin

  2. /etc/passwd

  3. /sbin/passwd

  4. /root/Desktop

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

The passwd file in Unix/Linux systems is located at /etc/passwd. This is a standard path across all Unix-like operating systems and contains user account information. /usr/bin and /sbin contain binary programs, not configuration files.