Discussion :: Unix
-
Which command is used to copy a file wb with the same name from the programs directory to the misc directory?
A.
copy programs/wb misc/wb
|
B.
cp programs/wb misc
|
C.
tar programs/wb misc/wb
|
D.
copy a:programs/wb b:misc/wb
|
E.
None of the above
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment