Unix
Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory?

None of these
cp wb collect mon ../misc
tar wb collect mon /misc
copy wb collect mon /misc
copy wb ../misc collect ../misc mon ../misc

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP