Select the line that best represents what permissions the /etc/passwd file should have.
A.
all answers listed are correct
B.
-rw——- 1 root root 531 Jun 5 22:45/etc/passwd
C.
all answers listed are not correct
D.
-rw-r?r- 1 root root 531 Jun 5 22:45/etc/passwd
E.
-rw-r-r- 1 1 1 531 Jun 5 22:45/etc/passwd
/etc/passwd should have ownership root:root with mode 644.