码迷,mamicode.com
首页 > 其他好文 > 详细

zip无法解压

时间:2016-04-28 00:16:34      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:

使用unzip解压,提示

[root@iZ28g3behi3Z html]# unzip /var/www/html/deyizhonggong.zip
Archive:  /var/www/html/deyizhonggong.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 /var/www/html/deyizhonggong.zip or
        /var/www/html/deyizhonggong.zip.zip, and cannot find /var/www/html/deyizhonggong.zip.ZIP, period.

 

仔细看了下,用的文件根本不是zip格式的,是rar,用
rar x deyizhonggong.zip 解压
压缩目录,使用命令zip ceshi.zip /var/www/html/wp-admin/* 得到的文件永恒是
技术分享
解决方法:用zip压缩目录要加上 -r 参数
zip -r ceshi.zip /var/www/html/wp-admin/

zip无法解压

标签:

原文地址:http://www.cnblogs.com/wuxie1989/p/5440778.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!