Which command should be applied to the file named 'note' to revoke the user's execute permission while granting read access to both group and others?
Explanation
Option A correctly removes execute permission from the user (u-x) and adds read permission for group and others (go+r) on the file 'note'. The other options either add incorrect permissions or remove the wrong ones.