Vidyalelo
Computer Science · Q54

UNIX

Engineering and GATE · Computer Science · question 54

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
Answer
C.
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