December 2018
Beginner
320 pages
8h 57m
English
File data is generally compressed to save the disk space and reduce traffic, as well as the time to transmit files over a network. Linux has multiple utilities for compression; some of them are listed in the table that follows:
|
Command |
Description |
|
gzip |
Most popular Linux compression utility |
|
gunzip |
Utility to decompress gzip compressed files |
|
bzip2 |
Another compression utility, with better compression than gzip |
|
bunzip2 |
Utility to decompress .bzip2 compressed files |
|
xz |
The most space-efficient compression utility that exists in Linux |
|
zip |
Popular utility to decompress archives from other operating systems |
These utilities have different algorithms for compression and thus different efficiency ...
Read now
Unlock full access