Unix
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 -x a+x progs
chmod -R 222 progs
chmod -1 a+x progs

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

None of these
how large the file is and when the file was last modified.
the name of the group owner of the file
All of these
who the owner of the file is

ANSWER DOWNLOAD EXAMIANS APP