247. Which command is used to remove the read permission of the file ‘note’ from both the group and others ? September 13, 2025 by Admin A. chmod go+r note B. chmod go+rw note C. chmod go-x note D. chmod go-r note ✅ The correct answer is option D.