📚 Practice Mode

Basic Unix Commands Quiz

Learn at your own pace with hints and detailed explanations

1 / 5
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