Brave Ostrich

我的英文博客敬请访问!
Counting...

linux拷贝整个目录

Copy entire folder in Linux

| | Comments (2) | TrackBacks (0)

To copy an entire folder (directory tree) in Linux, use the following method:

mkdir target_directory
cd source_directory
cp -ap . target_directory

Other options:
cp -apv . target_directory (for verbose results)
\cp -ap . target_directory (for unix)

More info:
- linuxguide.sourceforge.net

Categories



Powered by ScribeFire.

posted on 2007-12-24 10:19 勇敢的鸵鸟 阅读(919) 评论(0)  编辑 收藏


标题  
姓名  
主页
Email (博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      
该文被作者在 2007-12-24 10:22 编辑过
"五向定位"职业成长路线公开课(上海、南京、大连)
Google站内搜索


相关链接: