About 1,440,000 results
Open links in new tab
  1. Unzip Command in Linux - GeeksforGeeks

    Jan 15, 2025 · The `unzip` is a command in Linux that is used to extract files from ZIP archives, preserving directory structures and permissions. It supports selective extraction of files or entire archives with offers the options for listing contents and testing archive integrity.

  2. command line - How to unzip a zip file from the Terminal? - Ask Ubuntu

    Oct 13, 2017 · After installing the unzip utility, if you want to extract to a particular destination folder, you can use: unzip file.zip -d destination_folder If you want to extract to a directory with the same name as the zip in your current working directory, you can simply do: unzip file.zip

  3. How to Unzip Files in Linux | Linuxize

    Jan 26, 2024 · Unzip is a command line tool that allows you to list, test, and extract compressed zip archives. In this article, we will explain how to use the unzip command to unzip files in Linux systems.

  4. How do I zip/unzip on the unix command line? - Unix & Linux

    Feb 20, 2011 · Typically one uses tar to create an uncompressed archive and either gzip or bzip2 to compress that archive. The corresponding gunzip and bunzip2 commands can be used to uncompress said archive, or you can just use flags on the tar command to …

  5. How to unzip a zip file from command line and GUI - LinuxConfig

    Sep 1, 2020 · In this guide, we’ll show you how to unzip (decompress) zip files on Linux. You’ll learn a command line method as well as a GUI method in the step by step instructions below. In this tutorial you will learn: Privileged access to your …

  6. How to unzip a zip file using the Linux and Unix bash shell ... - nixCraft

    May 26, 2017 · How can I unzip a file on Ubuntu/CentOS/Debian Linux/UNIX-like server? You can use the unzip command or tar command to extract (unzip) the file on Linux or Unix-like operating system. Unzip is a program to unpack, list, test, and compressed (extract) files and it may not be installed by default.

  7. How to Unzip and Decompress Files on Linux: A Comprehensive …

    Feb 1, 2025 · In this guide, we will cover multiple ways to unzip and decompress files in Linux, using both command-line utilities and scripts applicable to Red Hat Enterprise Linux (RHEL) 8/9 and the latest Ubuntu versions.

  8. How Do I Zip/Unzip on the Unix Command Line? | Baeldung on Linux

    Mar 18, 2024 · This is especially true when working on a server that has no GUI. In this hands-on tutorial, we’ll learn the different ways to store, compress, inspect, and extract files and folders from the CLI (Command Line Interface) in a Unix environment.

  9. How to unzip files in Linux using command line - linuxMO

    May 7, 2023 · Learn how to unzip files in Linux with our beginner's guide. We'll show you different ways to extract compressed files using the command line and graphical user interface.

  10. How to unzip files on Linux? - California Learning Resource …

    Nov 10, 2024 · Here are the steps to unzip a file using the command line: To open a terminal on Linux, you can use the gnome-terminal or xfce4-terminal application. You can also use the xterm command in the terminal. Once you are in the terminal, navigate to the directory where the unzipped file is located using the cd command.

  11. Some results have been removed