Computer Programming MCQs Basic of linux unix
Q What command is used to assign executable permission to all of the files named “report” ?
  • A A. Chmod ugo + x report
  • B B. Chmod u + x report
  • C C. Chmod ugo + rw report
  • D D. Chmod ugo + r report
Leave a Comment