Computer Programming MCQs Basic of linux unix
Q Which command is used to remove the read permission of the file ‘note’ from both the group and others ?
  • A A. Chmod go+r note
  • B B. Chmod go+rw note
  • C C. Chmod go-x note
  • D D. Chmod go-r note
Leave a Comment