Unix
Which command is used to make all files and sub-directories in the directory (progs) executable by all users?

chmod -R 222 progs
chmod -x a+x progs
chmod -R a+x progs
chmod -1 a+x progs

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

to list the positional parameters
to process number of the current shell
to exit status of ast command executed.
None of these
to name the command being executed

ANSWER DOWNLOAD EXAMIANS APP