Which command is used to make all files and sub-directories in the directory (progs) executable by all users?
Achmod -R 222 progs
Bchmod -R a+x progs
Cchmod -x a+x progs
Dchmod -1 a+x progs
Correct answer
B. chmod -R a+x progs
Explanation
The correct answer is chmod -R a+x progs.