Which command grants execute permissions to the user, group, and others for all files named "report"?

Choose the correct answer

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.

Which command grants execute permissions to the user… — Basic of linux unix | PakQuizHub