Q. Which command is used to make all files and sub-directories in the directory (progs) executable by all users? (Solved)
1. chmod -r a+xprogs
2. chmod -r 222 progs
3. chmod -1 a+xprogs
4. chmod -x a+xprogs
- a. chmod -r a+xprogs
1. chmod -r a+xprogs
2. chmod -r 222 progs
3. chmod -1 a+xprogs
4. chmod -x a+xprogs