Unix
Which command is used to assign only read permission to all three categories of the file 'note'?

chmod go+r note
chmod ugo=r note
chmod u+r,g+r,o-x note
chmod a-rw
None of these

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP