Which command grants execute permissions to the user, group, and others for all files named "report"?
Explanation
Option A (chmod ugo+x report) correctly adds execute permissions for user, group, and others to the file named "report". Option B only grants execute permission to the user. Options C and D modify read and write permissions instead of execute.