Loading practice questions
Which of the following changes permission to deny write permission to group and others?
Correct Answer: C — chmod go-w filex
Explanation:
The chmod go-w command removes (-) the write (w) permissions for both the group (g) and others (o).