copy folder linux

Shell
cp -R dir1 dir2cp -R source_dir destination_dir
#example
cp -R /etc /etc_backup
Source

Also in Shell: