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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP