首页 > 系统 > Linux > 正文

Linux复制大量文件命令

2024-08-28 00:16:21
字体:
来源:转载
供稿:网友

Linux复制大量文件命令

1. tar命令

#tar cvBpf - [source directory] | (cd [destination director]; tar xvBpf-)

2. pax命令

#cd ~user1/big_project

#mkdir ~user2/big_project

#chown user2 ~user2/big_project

#pax -rw . ~user2/big_project

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表