Unix
Which commands is used to assign executable permission to all of the files named "letter"?

chmod ugo+x letter
chmod ugo+r letter
chmod ugo+rw letter
chmod u+x letter

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP