Google News
logo
Linux - Quiz(MCQ)
What command is used to assign executable permission to all of the files named "report"?
A)
chmod u + x report
B)
chmod ugo + r report
C)
chmod ugo + x report
D)
chmod ugo + rw report

Correct Answer :   chmod ugo + x report

Advertisement