linux解压zip到指定文件夹

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux解压zip到指定文件夹相关的知识,希望对你有一定的参考价值。

参考技术A 题主你好,
使用unzip命令以及-d参数, 具体语法如下:
unzip -d 目的目录 zip压缩包
-----
举例来说, 我有一个压缩包名为 hello.zip , 我想将里面的文件解压到/home/ok下,则使用命令:
unzip -d /home/ok hello.zip
希望可以帮到题主, 欢迎追问.

求助:window下可以解压的zip文件,linux下解压错误

1、在windows下,可以用winrar直接解压。
2、在Linux下执行:unzip abc.mr.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.
note: abc.mr.zip may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of abc.mr.zip or
abc.mr.zip.zip, and cannot find abc.mr.zip.ZIP, period.
哪位大侠帮忙看看。

文件的权限不对或者文件根本就不是zip格式的,虽然是zip结尾的文件但是不一定是zip格式的。 参考技术A 不需要命令行了,现在解压压缩文件只要右键-》自动检索就好,linux安装完成就可以解压文件,如果不能解压在Ubuntu下会提示安装解压程序,点击安装就行了,像在win下一样用。 参考技术B 不是 zip 文件。

unzip 只能解压缩 zip 文件,而且是老版本。Winzip 还有几个软件自己修改了 zip 格式,这个新格式只有他们自己支持。而且这些格式是不开放的,只能用这几个软件来解压缩。

Windows 下面的解压缩软件很多都是支持多种压缩格式的,这种软件不看扩展名,而是看文件头确定压缩格式,之后再调用对应的解压缩功能。本回答被提问者采纳

以上是关于linux解压zip到指定文件夹的主要内容,如果未能解决你的问题,请参考以下文章

linux如何解压多个目录下的多个zip包

Linux怎么使用压缩和解压到指定目录的命令

在linux上如何解压zip的文件?

时如何去除目录结构及其解压到指定目录 (

怎么解压文件到指定位置

怎么用PuTTY工具在Linux系统下把压缩文件解压到指定目录文件夹下?怎么写语句?