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?

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP