Linux Commands
How to copy an entire directory in Linux?
Posted by
om 18 February, 2009
(0) Comment
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.
Categories : Linux Commands

