copy directoru content to another directory code example
Example 1: copy contents of directory to another directory linux
cp -a /source/. /dest/
Example 2: copy directory with files
cp -r source_folder destination/path
cp -a /source/. /dest/
cp -r source_folder destination/path