ubuntu copy past folder in a directory code example
Example 1: copy all files from a folder to another ubuntu
cp -a ./source/. ./dest/
Example 2: linux make a copy of a folder in another foldedr
$ scp -r <source_folder> <destination_user>@<destination_host>:<path>