Kavya TKnowledge Contributor
Which command is used to make all files and sub-directories in the directory (progs) executable by all users?
Which command is used to make all files and sub-directories in the directory (progs) executable by all users?
So, chmod -R a+x progs makes all files and subdirectories in the progs directory executable by all users.