|
Zip or Unzip a File or Folder
in Windows, Mac OS, or Linux
GENERAL INFORMATION
Overview
A Zip file is a popular data compression and archival format. Files can be grouped
together and compressed down to a smaller size for easier distribution and storage.
Zip files, once compressed, will have a ".zip" file extension.
What programs can I use to manage Zip files?
There are many different programs that allow you to compress,
extract, and manage your Zip files. Mac OS X 10.3 and later, Windows XP and Vista, and
most Linux distributions have built in Zip support and do not require
additional programs.
Zip Utilities
ZIPPING A FILE
How do I create a Zip file in Windows?
Zipping files in Windows XP and Vista:
- Open "My Computer" and navigate to the file(s) you wish compress.
- Highlight the file(s) you wish to compress.
- Right-click on the selected file(s).
- Under "Send To," click "Compressed (zipped) Folder."

- The compressed file will appear in the same folder and will have the same name as the original, but with a .zip suffix.
How do I create a Zip file in Mac OS X (10.5 - Leopard)?
Zipping files in Mac OS X:
- Open "Finder" and navigate to the file(s) you wish compress.
- Highlight the file(s) you wish to compress.
- Control-click or right-click on the selected file(s).
- Select "Create Archive of
filename."

- The compressed file will appear in the same folder and will have the same name as the original, but with a .zip suffix.
How do I create a Zip file in Mac OS X (10 - 10.4)?
Zipping files in Mac OS X:
- Open "Finder" and navigate to the file(s) you wish compress.
- Highlight the file(s) you wish to compress.
- Control-click or right-click on the selected file(s).
- Select "Compress
filename."

- The compressed file will appear in the same folder and will have the same name as the original, but with a .zip suffix.
How do I create a Zip file in Linux?
Zipping files in Linux:
- Open a shell prompt.
- Enter the following:
zip -r filename.zip filedir
The files contained within filedir will be compressed into a file with the name filename.zip and appear in the filedir directory.
UNZIPPING A FILE
How do I extract a Zip file in Windows?
Unzipping files in Windows XP and Vista:
- Open "My Computer" and navigate to the Zip file you wish unzip.
- Select the file you wish to unzip.
- Right-click on the selected file(s).
- Click "Extract All..."

- Click the "Next" button in the "Folder Extraction Wizard."
- Enter the folder in which you wish to extract the files.
- Click the "Next" button.
- Click the "Finish" button.
- The files contained within the Zip file will be unzipped into the folder you specified.
How do I extract a Zip file in Mac OS X?
Unzipping files in Mac OS X:
- Open "Finder" and navigate to the Zip file you wish to unzip.
- Double-click the file you wish to unzip.
- The files contained within the Zip file will be automatically unzipped into the same folder as the original Zip file.
How do I extract a Zip file in Linux?
Unzipping files in Linux:
- Open a shell prompt.
- Enter the following:
The files contained within filename.zip will be unzipped into the directory where filename.zip is located.
|
|