Vidyalelo
Computer Science · Q78

UNIX

Engineering and GATE · Computer Science · question 78

Q78

Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory?

A.
copy wb ../misc collect ../misc mon ../misc
B.
cp wb collect mon ../misc
Answer
C.
copy wb collect mon /misc
D.
tar wb collect mon /misc
E.
None of the above

Answer: Option B

Solution

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