0
2
111
1
安装压缩命令 yum install -y unzip zip
常用解压: 1、*.tar 用 tar –xvf 解压 2、*.gz 用 gzip -d或者gunzip 解压 3、*.tar.gz和*.tgz...