In this video, you’ll learn how to compress and decompress multiple files in Linux using the zip and unzip commands.
The zip command is one of the most popular tools for creating compressed archives — ideal for sharing, saving space, or creating backups efficiently.
🖥️ Commands Covered:
zip files.zip file1 file2 file3 → Compress multiple files into one archive
zip -r folder.zip foldername → Compress an entire folder
unzip files.zip → Extract files from a zip archive
unzip -l files.zip → View the contents of a zip file
unzip files.zip -d /path/to/directory → Extract files to a specific location
💡 The zip command helps you save disk space and transfer files easily between systems — a must-know for Linux users, developers, and cybersecurity learners.
📺 Channel: Secure2Cyber
Learn Linux, Cybersecurity, and IT Skills through short, easy-to-understand videos.
Subscribe to @Secure2Cyber and boost your command-line confidence today!
📲 Follow Secure2Cyber on Social Media:
🔹 Instagram: @secure2cyber
🔹 Facebook: @secure2cyber
🏷️ Hashtags:
#linux #linuxcommands #zipcommand #unzip #secure2cyber #linuxbasics #linuxshorts #linuxforbeginners #cybersecurity #linuxlearning #techshorts #terminaltips