Please help Ukrainian armed forces! Official Fundraising

How to create .zip files in Ubuntu Linux

1 1 1 1 1 How to create .zip files in Ubuntu Linux5.00Rating 4.90 (411 Votes)

On a Windows machine, creating a zip archive is very easy: you can right-click on a file or folder, open "Send" menu and then click "Compressed ZIP folder". Or, you can use more advanced archivers like 7-Zip archiver, or WinRAR archiver. Their interface is quite self-explanatory, and easy to use.

But sometimes, you need to create a .zip archive on a Linux machine. This is required when doing a website backup, before downloading large number of files and other tasks.

To create .zip files in Ubuntu Linux, in the command line type:

zip -r archive-name directory-name

This will create archive named "archive-name.zip" and add directory-name directory to it, including all subdirectories.

For example, to create an archive of directory /home/user/www, issue the following command:

zip -r ./www1.zip /home/user/www

This will create www1.zip file in the current directory and add the contents of folder /home/user/www including all subdirectories to this archive.

See complete usage of zip command in Linux here

Or, you can order entire custom Linux software development from IQ Direct Inc.

 

Friday the 19th.