Saturday, 28 Feb 2026
Subscribe
logo
  • Global
  • AI
  • Cloud Computing
  • Edge Computing
  • Security
  • Investment
  • Sustainability
  • More
    • Colocation
    • Quantum Computing
    • Regulation & Policy
    • Infrastructure
    • Power & Cooling
    • Design
    • Innovations
    • Blog
Font ResizerAa
Data Center NewsData Center News
Search
  • Global
  • AI
  • Cloud Computing
  • Edge Computing
  • Security
  • Investment
  • Sustainability
  • More
    • Colocation
    • Quantum Computing
    • Regulation & Policy
    • Infrastructure
    • Power & Cooling
    • Design
    • Innovations
    • Blog
Have an existing account? Sign In
Follow US
© 2022 Foxiz News Network. Ruby Design Company. All Rights Reserved.
Data Center News > Blog > Global Market > Compressing files using the zip command on Linux
Global Market

Compressing files using the zip command on Linux

Last updated: May 14, 2024 4:59 am
Published May 14, 2024
Share
Interlocking manufacturing gears with binary code overlay.
SHARE

$ zip -q bin bin/*
$

If you’re zipping a listing that incorporates subdirectories, these subdirectories, however not their contents will probably be added to the zip file until you add the -r (recursive). Right here’s an instance:

$ zip bin bin/*
updating: bin/FindFiles (deflated 54%)
updating: bin/shapes (deflated 63%)
updating: bin/shapes2 (deflated 62%)
updating: bin/shapes3 (deflated 45%)
updating: bin/NOTES/ (saved 0%)

Right here’s an instance that provides -r and, consequently, consists of the NOTES subdirectory’s information within the bin.zip file is it creating.

$ zip -r bin bin/*
updating: bin/FindFiles (deflated 54%)
updating: bin/shapes (deflated 63%)
updating: bin/shapes2 (deflated 62%)
updating: bin/shapes3 (deflated 45%)
updating: bin/NOTES/ (saved 0%)
  including: bin/NOTES/finding_files (deflated 5%)
  including: bin/NOTES/shapes_scripts (deflated 35%)

Utilizing encryption passwords

So as to add a password that may should be used to extract the contents of a zipper file, use a command just like the one proven under. Discover that it prompts twice for the password, although it doesn’t show it.

$ zip -e -r bin bin/*
Enter password:
Confirm password:
updating: bin/FindFiles (deflated 54%)
updating: bin/shapes (deflated 63%)
updating: bin/shapes2 (deflated 62%)
updating: bin/shapes3 (deflated 45%)
updating: bin/NOTES/ (saved 0%)
updating: bin/NOTES/finding_files (deflated 5%)
updating: bin/NOTES/shapes_scripts (deflated 35%)

Extracting file from a zipper file

To extract the contents of a zipper file, you’ll use the unzip command. Discover that, as a result of the zip file under was encrypted with a password, that password must be provided to extract the contents.

$ unzip bin.zip
Archive:  bin.zip
[bin.zip] bin/FindFiles password:
  inflating: bin/FindFiles
  inflating: bin/shapes
  inflating: bin/shapes2
  inflating: bin/shapes3
   creating: bin/NOTES/
  inflating: bin/NOTES/finding_files
  inflating: bin/NOTES/shapes_scripts

If you wish to extract the contents of a zipper file to a distinct listing, you don’t have to cd to that listing first. As an alternative, you possibly can merely add the -d choice adopted by the goal listing to specify the brand new location.

$ unzip bin.zip -d /tmp
Archive:  bin.zip
[bin.zip] bin/FindFiles password:
  inflating: /tmp/bin/FindFiles
  inflating: /tmp/bin/shapes
  inflating: /tmp/bin/shapes2
  inflating: /tmp/bin/shapes3
   creating: /tmp/bin/NOTES/
  inflating: /tmp/bin/NOTES/finding_files
  inflating: /tmp/bin/NOTES/shapes_scripts

You’ll be able to extract a single file from a zipper file if you happen to specify its title as listed within the zip file. Right here’s an instance command the place the unique file (perhaps it’s been broken indirectly) is changed after confirming that that is what you need.

See also  Key rules for Linux sysadmins

Source link

TAGGED: command, Compressing, files, Linux, zip
Share This Article
Twitter Email Copy Link Print
Previous Article Tishman Speyer To Develop Its First Data Center Tishman Speyer To Develop Its First Data Center
Next Article Squarespace_Logo Squarespace to Go Private in $6.9B All-Cash Deal with Permira
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Your Trusted Source for Accurate and Timely Updates!

Our commitment to accuracy, impartiality, and delivering breaking news as it happens has earned us the trust of a vast audience. Stay ahead with real-time updates on the latest events, trends.
FacebookLike
TwitterFollow
InstagramFollow
YoutubeSubscribe
LinkedInFollow
MediumFollow
- Advertisement -
Ad image

Popular Posts

Udio responds to lawsuits by record labels, denies copying music

Don’t miss OpenAI, Chevron, Nvidia, Kaiser Permanente, and Capital One leaders solely at VentureBeat Remodel…

June 26, 2024

Google Offered Cloud Firms $512M to Fight Microsoft

(Bloomberg) -- Google provided a gaggle of European Union-based cloud corporations a package deal value…

July 17, 2024

Frumtak Ventures closes $87M 4th fund for Iceland investments

We wish to hear from you! Take our fast AI survey and share your insights…

July 10, 2024

Is 2025 set to redefine UK data centres’ role in our digital future?

Consultants from Telehouse imagine that deepening partnerships, stricter laws, and AI-driven innovation will reshape the…

April 29, 2025

Namada Launches Mainnet, Introducing Shielded Cross-Chain Transactions

Zug, Switzerland, December third, 2024, Chainwire Namada, the shielded asset hub enabling shielded cross-chain transactions,…

December 3, 2024

You Might Also Like

AI
Global Market

OpenAI launches stateful AI on AWS, signaling a control plane power shift

By saad
AI is rewriting the rules of data centre power – who wins?
Global Market

AI is rewriting the rules of data centre power – who wins?

By saad
Spotlight report: Accelerating Data Center Modernization
Global Market

Spotlight report: Accelerating Data Center Modernization

By saad
The next AI race may not be on Earth at all
Global Market

The next AI race may not be on Earth at all

By saad
Data Center News
Facebook Twitter Youtube Instagram Linkedin

About US

Data Center News: Stay informed on the pulse of data centers. Latest updates, tech trends, and industry insights—all in one place. Elevate your data infrastructure knowledge.

Top Categories
  • Global Market
  • Infrastructure
  • Innovations
  • Investments
Usefull Links
  • Home
  • Contact
  • Privacy Policy
  • Terms & Conditions

© 2024 – datacenternews.tech – All rights reserved

Welcome Back!

Sign in to your account

Lost your password?
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
You can revoke your consent any time using the Revoke consent button.