Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 2 (Q.No. 29)
29.
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?
copy wb ../misc collect ../misc mon ../misc
cp wb collect mon ../misc
copy wb collect mon /misc
tar wb collect mon /misc
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Vishal said:   1 decade ago
Answer should be B.
There is no command as such copy.

Post your comments here:

Your comments will be displayed after verification.