Computer Programming MCQs Basic of linux unix
Q Which command is used to make all files and sub-directories in the directory (progs) executable by all users ?
  • A A. Chmod -r a+x progs
  • B B. Chmod -r 222 progs
  • C C. Chmod -1 a+x progs
  • D D. Chmod -x a+x progs
Leave a Comment