Friday, January 26, 2007

How do I copy files?

Using the cd command, move to the directory that contains the file you wish to copy.
Type a command similar to the below command.

cp myfile.txt \usr\bin

In the above example, you would substitute "myfile.txt" with the name of the file you wish to copy, and "\usr\bin" with the directory you're copying to.


SOURCE : www.referjava.com

No comments: