59. Which command is used with file named ‘note’ to remove the executable permission from the user and assign read permission to the group and others? September 13, 2025 by Admin A. chmod u-x, go+r note B. chmod go+r, u+x note C. chmod g-x, uo+r note D. chmod go+x, u-x note ✅ The correct answer is option A.