From where can the passwd file be accessed?
-
/usr/bin
-
/etc/passwd
-
/sbin/passwd
-
/root/Desktop
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.