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

How to decompress zip files in centos

王林
王林Original
2020-03-17 15:37:5412503browse

How to decompress zip files in centos

1. Install tools that support ZIP

yum install -y unzip zip

(Recommended tutorial: centos usage tutorial)

2. Unzip the zip File

unzip 文件名.zip

3. Compress a zip file

zip file name.zip folder name or file name

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to decompress zip 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