INFORMATICS

The Best

Przełącznik języka

Zaproś mnie na KAWE

Jeżeli podoba Ci się strona i chcesz wspomóc projekt!

Postaw mi kawę na buycoffee.to

This Site

Płatnik

CMS

Hardware

Uncategorised

Emulators

Powershell

Storage Array

DNS

Antivirus program

Licznik

2.png9.png0.png2.png9.png2.png3.png
Today126
Yesterday11
This week5059
This month1896
Total2902923

Visitor Info

  • IP: 3.146.105.137
  • Browser: Unknown
  • Browser Version:
  • Operating System: Unknown

Who Is Online

3
Online

niedziela, 05 maj 2024 20:37

How to Unzip zip files in CentOS using unzip Command

Gwiazdka nieaktywnaGwiazdka nieaktywnaGwiazdka nieaktywnaGwiazdka nieaktywnaGwiazdka nieaktywna
 

How to Unzip zip files in CentOS using unzip Command

Install unzip command on CentOS 7

#yum install unzip

Unzip zip files in command line in CentOS

To unzip a zip folder, use the unzip command followed by the name of the zip file.

unzip file_for_unzip.zip

The unzip command in CentOS will unzip the zip file to the current working directory.

Unzip zip file to specific directory

With -d option we can specify the directory, which we want to extract files.

unzip -d /home/user/Documents file_for_unzip.zip

This time CentOS unzip command will extract the zip file to the /home/user/Documents directory.

Search