Answers for "copy folder to other folder ubunut"

1

copy folder from local to ubuntu server

rsync -avz -e 'ssh' /path/to/local/dir user@remotehost:/path/to/remote/dir
Posted by: Guest on June-04-2021
1

create and copy folder in ubuntu

$ cp -rv /source_directory /destination_directory

# r = copy directories recursively
# v = explain what is being done
Posted by: Guest on April-18-2021

Code answers related to "copy folder to other folder ubunut"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language