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?

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP