1586Software EngineeringMedium
What command is used to assign executable permission to all of the files named “report”?
Achmod ugo + rw report
Bchmod ugo + x report
Cchmod ugo + r report
Dchmod u + x report
Correct answer
B. chmod ugo + x report
Explanation
The correct answer is chmod ugo + x report.