Unix
Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others?

chmod u-x, go+r note
None of these
chmod g-x, uo+r note
chmod go+x, u-x note
chmod go+r, u+x note

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP