how to copy a folder to another directory in linux code example
Example 1: copy folder linux
cp -R dir1 dir2
Example 2: linux copy folder with files
cp -R path_to_source path_to_destination/
Example 3: how to copy directory to another directory in linux
cp -r <DIRECTORYPATH> <WHEREYOUWANTTOCOPYTO>
#for example
cp -r /home/thor/asia/india/bangalore /home/thor/