摘要: tar命令 参数: 范例: 范例一:将整个 /etc 目录下的文件全部打包成为 /tmp/etc.tar [root@linux ~]# tar -cvf /tmp/etc.tar /etc <==仅打包,不压缩![root@linux ~]# tar -zcvf /tmp/etc.tar.gz / 阅读全文
posted @ 2019-07-25 15:40 枯木逢春 阅读(1573) 评论(0) 推荐(0)