copy folder lunux code example
Example 1: copy folder in ubuntu
cp -r /path/to/directory /path/to/location/new-name
Example 2: linux make a copy of a folder in another foldedr
$ scp -r <source_folder> <destination_user>@<destination_host>:<path>