unix command copy folder and contents code example
Example 1: linux copy folder with files
cp -R path_to_source path_to_destination/
Example 2: copy folder linux command line
cp -R source_dir destination_dir
cp -R path_to_source path_to_destination/
cp -R source_dir destination_dir