博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
zip无法解压
阅读量:6413 次
发布时间:2019-06-23

本文共 771 字,大约阅读时间需要 2 分钟。

使用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/

转载于:https://www.cnblogs.com/wuxie1989/p/5440778.html

你可能感兴趣的文章
Systemd入门教程:命令篇(转)
查看>>
java随机范围内的日期
查看>>
spring事务学习(转账案例)(二)
查看>>
[官方教程] [ES4封装教程]1.使用 VMware Player 创建适合封装的虚拟机
查看>>
http协议与http代理
查看>>
【iOS开发-91】GCD的同步异步串行并行、NSOperation和NSOperationQueue一级用dispatch_once实现单例...
查看>>
Redis+Spring缓存实例
查看>>
Storm集群安装详解
查看>>
centos7.x搭建svn server
查看>>
原码编译安装openssh6.7p1
查看>>
项目实战:自定义监控项--监控CPU信息
查看>>
easyui-datetimebox设置默认时分秒00:00:00
查看>>
蚂蚁分类信息系统5.8多城市UTF8开源优化版
查看>>
在django1.2+python2.7环境中使用send_mail发送邮件
查看>>
“Metro”,移动设备视觉语言的新新人类
查看>>
PHP源代码下载(本代码供初学者使用)
查看>>
Disruptor-NET和内存栅栏
查看>>
Windows平台ipod touch/iphone等共享笔记本无线上网设置大全
查看>>
播放加密DVD
查看>>
产品设计体会(3013)项目的“敏捷沟通”实践
查看>>