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.

  • Share/Bookmark
Categories : Linux Commands Tags :

Comments

No comments yet.


Leave a comment

(required)

(required)