Unix
Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory?

tar programs/wb misc/wbx
copy programs/wb misc/wbx
cp programs/wb misc/wbx
copy a:programs/wb b:misc/wbx

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP