Q54
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?
A.
copy programs/wb misc/wbx
B.
cp programs/wb misc/wbx
AnswerC.
tar programs/wb misc/wbx
D.
copy a:programs/wb b:misc/wbx
E.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board