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 [line number G] key allows you

to move cursor left by one position
to move cursor right by one position
to move cursor to the beginning of the line specified by the number
to move cursor down by one line
None of these

ANSWER DOWNLOAD EXAMIANS APP