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