CentOS使用tar压缩和解压缩文件命令
打包成tar.gz格式压缩包
# tar -zcvf file.tar.gz /folderorfile
解压缩
#tar -zxvf file.tar.gz