天天看點

unzip故障

1、無法解壓zip檔案?

[root@zcl-test1 html]# unzip opensns.zip 
Archive:  opensns.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of opensns.zip or
        opensns.zip.zip, and cannot find opensns.zip.ZIP, period.
      

原因分析:zip檔案來曆不明;在Windows解壓後壓縮遠端上傳Linux伺服器并不能解壓成功;使用7z也不能解壓成功。

解決方法:在windows本地解壓成功後,直接上傳即可。