Unix
Which of the following commands is used to assign executable permission to the owner of the file named "note"?

chmod u+x note
chmod g+x note
chmod u+w note
chmod ugo+x note

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP