Simple copy command to copy ALL files and folders including the hidden files from a source folder to a destination folder
$cp -RTf /home/sourcefolder/. /home/destinationfolder/
Simple copy command to copy ALL files and folders including the hidden files from a source folder to a destination folder
$cp -RTf /home/sourcefolder/. /home/destinationfolder/