Answers for "how to copy a file in ubuntu"

3

how to copy file in ubuntu terminal

cp ~/Downloads/your-file.txt ~/Documents/
Posted by: Guest on July-07-2020
0

copy file to ubuntu server

scp /path/to/local/file remote_user@remote_host:/path/to/remote/file
Posted by: Guest on June-04-2021
0

how to copy a file in ubuntu

cp <file name> <where to copy path name>
Posted by: Guest on August-22-2021

Code answers related to "how to copy a file in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language