Select the line that best represents what permissions the /etc/passwd file should have
A.
-rw——- 1 root root 531 Apr 3 12:36 /etc/passwd
B.
-rw-r–r– 1 root root 531 Apr 3 12:36 /etc/passwd
C.
-rw-r–r– 1 1 1 531 Apr 3 12:36 /etc/passwd
D.
all answers listed are not correct
E.
all answers listed are correct
Explanation:
All Users should be able to read /etc/passwd to gain certain important information about users and groups.
C) indicates that someone deleted the root user from the system