Vidyalelo
Computer Science · Q85

UNIX

Engineering and GATE · Computer Science · question 85

Q85

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
Answer
C.
tar programs/wb misc/wb
D.
copy a:programs/wb b:misc/wb
E.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board