Home  >  Article  >  Operation and Maintenance  >  How to decompress zip format files in centos

How to decompress zip format files in centos

王林
王林Original
2020-04-04 13:36:594167browse

How to decompress zip format files in centos

Decompression method:

1. Install tools that support ZIP

yum install -y unzip zip

2. Decompress the zip file

unzip 文件名.zip

3. Compression A zip file

zip 文件名.zip 文件夹名称或文件名称

Recommended related tutorials: centos tutorial

The above is the detailed content of How to decompress zip format files in centos. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn