On a system using shadowed passwords, the correct permissions for /etc/passwd are _____ and the correct permission for /etc/shadow are _____.
A.
-rw-r—–, -r——–
B.
-rw-r–r–, -r–r–r–
C.
-rw-r–r–, -r——–
D.
-rw-r–rw-, -r—–r–
E.
-rw——–, -r——-
Explanation/Reference:
/etc/passwd must be readable by all, while /etc/shadow should be readable only by the superuser.
Actually, do not have a right answer.
The permissions for /etc/shadow are -rw-r—–