📚 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?
- chmod -R a+x progs
- chmod -R 222 progs
- chmod -1 a+x progs
- None of the above