58. What command is used to assign executable permission to all of the files named “report” ? September 13, 2025 by Admin A. chmod ugo + x report B. chmod u + x report C. chmod ugo + rw report D. chmod ugo + r report ✅ The correct answer is option A.