copy the content of a folder linux in the same directory in the same path code example
Example: copy folders linux
cp -R source_dir destination_dir
#example
cp -R /etc /etc_backup
cp -R source_dir destination_dir
#example
cp -R /etc /etc_backup