607Software EngineeringMedium
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?
Atar programs/wb misc/wbx
Bcopy programs/wb misc/wbx
Ccopy a:programs/wb b:misc/wbx
Dcp programs/wb misc/wbx
Correct answer
D. cp programs/wb misc/wbx
Explanation
The correct answer is cp programs/wb misc/wbx.