Google News
logo
Linux - Quiz(MCQ)
What command is used to assign only read permission to all three categories of the file'letter'?
A)
chmod go + r letter
B)
chmod ugo = r letter
C)
chmod a - rw letter
D)
chmod u + r, g + r, o - x letter

Correct Answer :   chmod ugo = r letter

Advertisement