Computer Science - Unix - Discussion

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

Nilesh S. said:   9 years ago
In Unix, cp command is used for the copy file.

Post your comments here:

Your comments will be displayed after verification.