How to copy an entire directory in Linux? Leave a reply cp -R Blog/ Newblog/ Using this command you can copy an entire directory, its subdirectories, and files. Blog is existing directory and Newblog is destination directory.