Unix
Which command is used to copy a file wb with the same name from the programs directory to the misc directory?

tar programs/wb misc/wb
cp programs/wb misc
copy programs/wb misc/wb
None of these
copy a:programs/wb b:misc/wb

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP