Unix
Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it?

who > user.lst
who < user.lste
who | tee user.lst
None of these
who >> user.lst

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

standard output file
standard input file
both input and output file
neither standard input nor standard output file

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
to list the positional parameters
None of these
to name the command being executed

ANSWER DOWNLOAD EXAMIANS APP