Which command will revoke the read permission for the file 'note' from both the group and others?
Explanation
Option A adds read permission to group and others. Option B adds both read and write permissions. Option C removes execute permission. Option D correctly removes the read permission from group and others.