Linux 基础Linux拷贝(重命名)目录文件命令-cp 将目录/tmp/1下的某文件拷贝到目录/tmp/1/2下 [root@localhost tmp]# ll -h /tmp/1/2/ total 0 [root@localhost tmp]# cp /tmp/1/test.txt /tmp/1/2/ [root@localhost tmp]# ll -h /tmp/1/2/ ……继续阅读 » yvan 9年前 (2017-02-12) 6336浏览 0评论 3个赞