Copy Entire Folder, Subfolder and Files in Linux

Sometimes you may need to copy an entire folder with subfolder and files inside to another folder. Use the following command: cp -r /soure/folder/* /destination/folder "-r" flag...