Basic Unix Commands Quiz

Casual Mode - Take your time!

1 / 5
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which command is used to make all files and sub-directories in the directory (progs) executable by all users?

  1. chmod -R a+x progs
  2. chmod -R 222 progs
  3. chmod -1 a+x progs
  4. None of the above
Change Mode