turn on copy paste window ubuntu code example
Example 1: ubuntu copy
cp origin destin
#example
cp /home/me/test.zip /home/me/destin/
Example 2: ubuntu terminal how to copy and move file
cp your-file.txt ~/Documents/
cp origin destin
#example
cp /home/me/test.zip /home/me/destin/
cp your-file.txt ~/Documents/