Search This Blog

Tuesday, February 14, 2012

how to copy a file in linux, ubuntu, command to copy a file

In ubuntu use 'cp' keyword to copy the file.

For example:

To copy file_1 to file_2 use the following command.

cp file_1 file_2

No comments:

Post a Comment