linux的解压zip文件,Linux解压zip文件命令

Post Views:

98

1. 前言

通常情况下,Linux系统并不会产生zip文件,而是由用户把zip文件上传到Linux系统中,产生解压的需求。

2. 安装zip解压工具unzip

以CentOS7.5最小化安装为例,系统并没有集成unzip工具,需要额外安装

[root@zcwyou ~]# yum -y install unzip

看到以下输出即代表安装成功。

Running transaction

Installing : unzip-6.0-19.el7.x86_64 1/1

Verifying : unzip-6.0-19.el7.x86_64 1/1

Installed:

unzip.x86_64 0:6.0-19.el7

Complete!

30aae65440e55d2fc642a2804850e01b.png

先查看一下压缩文件 3. 解压文件

先查看一下压缩文件

[root@zcwyou zip]# ll *.zip

查询结果如下

total 4

-rw-r--r--. 1 root root 3032 Dec 4 17:14 zcwyou.zip

解压这个zcwyou.zip文件

[root@zcwyou zip]# unzip zcwyou.zip

执行过程如下:

Archive: test.zip

inflating: 333.txt

extracting: abc.txt

inflating: cisco1.txt

inflating: cisco2.txt

extracting: compress.txt

extracting: cp1.txt

extracting: cp2.txt

inflating: cut2.txt

extracting: cut.txt

extracting: diff1.txt

extracting: diff2.txt

creating: dir123/

extracting: hard123.txt

extracting: hard.txt

extracting: linux123.txt

extracting: soft.txt

extracting: test.txt

363154eef61af453c91ec2eb4f0ec43b.png

可以看到,unzip程序创建了一个目录dir123/,并且解压了一些文件。目录dir123是压缩文件里的一个目录。

检查:

[root@zcwyou zip]# ll

total 40

-rw-r--r--. 1 root root 315 Nov 27 16:15 333.txt

-rw-r--r--. 1 root root 9 Nov 21 11:39 abc.txt

-rw-r--r--. 1 root root 173 Oct 13 15:24 cisco1.txt

-rw-r--r--. 1 root root 179 Oct 13 15:24 cisco2.txt

-rw-r--r--. 1 root root 0 Oct 12 14:40 compress.txt

-rw-r--r--. 1 root root 0 Oct 11 10:23 cp1.txt

-rw-r--r--. 1 root root 0 Oct 11 10:23 cp2.txt

-rw-r--r--. 1 root root 57 Oct 12 13:45 cut2.txt

-rw-r--r--. 1 root root 50 Oct 12 11:59 cut.txt

-rw-r--r--. 1 root root 9 Oct 13 14:59 diff1.txt

-rw-r--r--. 1 root root 18 Oct 13 15:00 diff2.txt

drwxr-xr-x. 2 root root 6 Dec 4 17:06 dir123

-rw-r--r--. 1 root root 0 Nov 26 17:47 hard123.txt

-rw-r--r--. 1 root root 0 Nov 26 17:47 hard.txt

-rw-r--r--. 1 root root 0 Nov 29 17:25 linux123.txt

-rw-r--r--. 1 root root 0 Nov 26 17:47 soft.txt

-rw-r--r--. 1 root root 10 Nov 19 13:33 test.txt

-rw-r--r--. 1 root root 3032 Dec 4 17:14 zcwyou.zip

发现zcwyou.zip里的文件已经被全部解压出来了,并且保留了源文件zcwyou.zip。

解压其它例子

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值