Collects a group of files into a single “package” file to easily move around on a single system
File-Archiving Tool
Used to archive various data files into a single file (archive file) while the original files remain on the disk
Tar (Tape archiver)
Compressed archive file
Tarball
What format is GZIP?
.gz
What is the GZIP tarball format?
.tgz
What do you use to unzip GZIP?
gunzip
What is the format for BZIP2?
.bz2
What is the BZIP2 tarball format?
tb2
What do you use to unzip BZIP2?
bunzip
What format is XZ?
.xz
What is the XZ tarball format?
txz
What do you use to unzip XZ?
unxz