How to copy files via terminal?

Posted by Levan on Ask Ubuntu See other posts from Ask Ubuntu or by Levan
Published on 2012-10-03T15:17:28Z Indexed on 2012/10/03 15:51 UTC
Read the original article Hit count: 212

Filed under:
|

This might sound silly for some people but I'm new to Linux and don't know how to use it as good as other people, yes I rad about copying files with terminal but these examples will help me a lot.

So here is what I want to do:

Examples:

  1. I have a file in /home/levan/kdenlive untitelds.mpg and I want to copy this file to /media/sda3/SkyDrive and do not want to delete any thing in SkyDrive directory.

  2. I have a file in /media/sda3/SkyDrive untitelds.mpg and I want to copy this file to /home/levan/kdenlive and do not want to delete any thing in kdenlive directory

  3. I want to copy a folder from home directory to sda3 and do not want to delete any thing on sda3 directory and opposite

  4. I want to cut a folder/file and copy to other place without deleting files in that directory I cut it into.

© Ask Ubuntu or respective owner

Related posts about command-line

Related posts about bash