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

3.png0.png4.png1.png8.png9.png4.png
Today791
Yesterday1207
This week6776
This month16795
Total3041894

Visitor Info

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

Who Is Online

4
Online

piątek, 22 listopad 2024 14:30

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