yum -y install zip unzip
#压缩 zip -r 压缩包.zip 被压缩文件或目录 #解压缩到目标目录 unzip -o -d 目标目录 压缩包.zip #解压到当前目录 unzip 压缩包.zip
-o参数:不提示的状况下覆盖文件bash
-d参数:目标目录spa