Linux Classes
Linux Classes
Share This With a Friend
LINUX CLASSES - COMPRESSION, ENCODING AND ENCRYPTION

Compression and Encryption: Axis of Evil or Handy Tools?

The Unix environment offers you several ways to transform your files. Depending on your needs, you can shrink files, smash them, or scramble them--and then return them to their original size and shape. This section will give you an understanding of the tools available for compressing, archiving, encoding, and encrypting your files and show you when to use each.

Putting On the Squeeze: Compressing and Archiving

When you compress a file, you reduce it to a fraction of its original size so you can more efficiently store it or transmit it to another person (compressed files travel faster and take up less space in file libraries). You can't open or execute a compressed file without first decompressing it.

When you smash a bunch of files together into a single file, you're creating an archive. (You don't necessarily compress the files, though.) Archives are useful because they create a package of files that belong together, which makes it easier to distribute a group of related files--for example, the files that make up a program. Because archive files are not always smaller than the sum of their parts, you will sometimes use a compression tool on an archive, resulting in a compressed archive.

Although zip is the most common compression format under DOS and Windows, Unix commonly uses files created with the tar and gzip commands. You'll certainly run into files with names like these:

something.tar An archive file created with tar
something.gz A compressed file created with gzip
something.tar.gz A compressed archive file
something.tgz Same as something.tar.gz

Although the gzip program is built into all Linux systems, it may not be part of some Unix systems, in which case, an older tool called compress is used. Files created by compress have names like this (note the capital "Z"):

something.Z A compressed file
something.tar.Z A compressed tar file

Tip: If you find yourself on a Unix system that doesn't have gzip, you can download the source code (available free) and compile it yourself. See the GNU Project home page at http://www.gnu.org/ to find out how to get the source code.)

The sections that follow show you how to create and undo compressed files and archives.

For more information on the zip command, see the zip manual.

For more information on the gzip command, see the gzip manual.

For more information on the gunzip command, see the gunzip manual.

Previous Lesson: Pine for Power Users
Next Lesson: Archiving With Tar

[ RETURN TO INDEX ]



Comments - most recent first
(Please feel free to answer questions posted by others!)

Barrank (02 Jul 2010, 21:48)
@ivraham... I believe that linux includes the *uncompress* command. Try *man uncompress*
ivraham (28 Feb 2010, 02:00)
how can i extract file.Z in linux

I welcome your comments. However... I am puzzled by many people who say "Please send me the Linux tutorial." This website *is* your Linux Tutorial! Read everything here, learn all you can, ask questions if you like. But don't ask me to send what you already have. :-)

NO SPAM! If you post garbage, it will be deleted, and you will be banned.
*Name:
Email:
Notify me about new comments on this page
Hide my email
*Text:




Copyright © by - Privacy Policy
All rights reserved - Redistribution is allowed only with permission.

Popular Linux Topics

Linux Intro
Linux Files
Linux Commands
Change Password
Copy Files
Linux Shell Basics

Linux Tutorial

Who is Doctor Bob?
What is Linux?
History of Unix
Operating Systems
What's Next?

Linux Basics

Living in a Shell
Root and Other Users
Virtual Consoles
Logoff and Shutdown
Choosing a Shell
The Command Prompt
Wildcards
Command History
Aliases
Redirection
Pipelines
Processes
Stopping a Program
Environment Variables
Help!

Linux Files

The Linux File System
Linux File Names
Linux Directories
Directory Terminology
Navigating the File System
Listing Linux Files
Displaying Linux Files
Copying and Renaming Files
Creating Files and Directories
Deleting Files and Directories
Linux Files - Wildcards
The Nine Deadly Keystrokes
Linux File Permissions
Changing File Permissions

Linux Commands

Important Linux Commands
Changing Your Password
Switching Users
Who is Logged In?
Date and Time
The Echo Command
Spell Checking
Printing Linux Files
Joining Files
Searching for Files
Comparing Files
Task Scheduling
Linking Files

Linux Editors

The Vi Editor
The Emacs Editor
The Pico Editor

Linux Data Manipulation

Slicing & Dicing
Heads or Tails?
Sorting Data
Eliminating Duplicates
Selecting Columns
Selecting Records
Search & Replace
Crunching Data
Finding Files
Pipe Fitting

Linux Shell Programming

Linux Shell Scripts
Executing a Script
Shell Script Variables
Shell Script Logic
Shell Script Looping
Shell Script Debugging

Perl Programming

Perl Basics
Perl Variables
Perl Arguments
Perl Logic
Perl Looping
Perl and Files
Perl Pattern Matching

Linux and Email

Sending Email
Reading Email
Other Mail Commands
Using Pine for Email
The Pine Inbox
Pine Email Basics
Pine Email Folders
Pine for Power Users

Compression and Encoding

Linux File Compression
Archiving With Tar
Compression With Gzip
Compress and Zcat
Zmore and Zless
Zip and Unzip
Encoding and Decoding
Encryption

Linux Does DOS

Accesing DOS Files
Accesing DOS Partitions
Running DOS Programs

Managing Linux

Updating Your Linux System
Installing Packages with RPM
Uninstalling Packages w/ RPM
Upgrading Packages with RPM
Querying Packages with RPM

AltStyle によって変換されたページ (->オリジナル) /