copy directory to another linux code example
Example 1: copy directory command in linux
$ cp -R <source_folder> <destination_folder>
Example 2: copy folder linux command line
cp -R source_dir destination_dir
Example 3: copy directory command in linux
$ cp -R <source_folder>/* <destination_folder>