How to copy an entire directory in Linux?
Posted by
om 18 February, 2009
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

Comments
No comments yet.