Computer Programming MCQs Basic of linux unix
Q What command is used to assign only read permission to all three categories of the file’letter’ ?
  • A A. Chmod u + r, g + r, o – x letter
  • B B. Chmod ugo = r letter
  • C C. Chmod a – rw letter
  • D D. Chmod go + r letter
Leave a Comment