压缩命令 tar -zcvf 压缩文件名 .tar.gz 被压缩文件名 解压缩命令 tar -zxvf 压缩文件名.tar.gz
tar -zcvf 压缩文件名 .tar.gz 被压缩文件名
tar -zxvf 压缩文件名.tar.gz