About 25,800 results
Open links in new tab
  1. ZIP command in Linux with examples - GeeksforGeeks

    Nov 7, 2025 · In Linux, the zip command compresses one or more files or directories into a single .zip archive file. This saves disk space, keeps data organized, and makes it simple to share or back up files.

  2. How to Zip Files and Directories in Linux | Linuxize

    Feb 8, 2021 · This tutorial will show you how to Zip (compress) files and directories in Linux using the zip command.

  3. How to Zip a File in Linux (2 Methods: zip Command and via GUI)

    5 days ago · Learn how to zip a file in Linux with the zip command or via GUI. This step-by-step-guide explains everything you need to know!

  4. How to Zip Files and Directories in Linux: A Comprehensive Guide

    5 days ago · In the world of Linux, efficient file management often involves compressing files and directories to save disk space, speed up transfers, or organize backups. Zipping (or compressing) …

  5. Use Zip on Linux: Command Line & GUI Guide - LinuxConfig.org

    Aug 8, 2020 · In this guide, we’ll show you how to use zip on Linux to open or create compressed .zip archives on both the command line and GUI. In this tutorial you will learn: How to use zip on Linux. …

  6. How to Zip a File in Linux - All Things How

    Apr 4, 2025 · This guide provides detailed instructions on how to zip files and directories in Linux using the zip command, including creating archives, updating them, encrypting with passwords, and more.

  7. 16 practical Linux zip command examples - GoLinuxCloud

    Jan 7, 2024 · In this Linux zip command example you will learn, how to zip a folder with multiple files or all files from the current working directory and store the archive at the same location.

  8. zip Man Page - Linux - SS64.com

    Dec 7, 1991 · Package and compress (archive) files. zip [-aABcdDeEfFghjklLmoqrRSTuvVwXyz!@$] [--longoption ...] [-b path] [-n suffixes] [-t date] [-tt date] [zipfile [file ...]] [-xi list] . -a. --ascii. [Systems …

  9. Working With Zip Command in Linux | Baeldung on Linux

    Mar 18, 2024 · The zip command is a command-line tool in Linux that allows us to create an archive of files and directories. Besides that, it also provides a multitude of functionalities for manipulating an …

  10. Linux Zip Command - Computer Hope

    Jun 1, 2025 · zip is useful for packaging a set of files for distribution, for archiving files, and for saving disk space by temporarily compressing unused files or directories.