Project Title
Archiving in Linux
What is tar command?
 The tar command stands for tape achieve, which is the most
commonly used tape drive backup command used by the Linux
system. It allows to quickly access a collection of files and
placed them into a highly compressed archive file commonly
called tar, gzip and bzip in Linux.
What is the purpose of tar?
tar is a computer software utility for collecting many files into
one archive file, for distribution or backup purposes. The name
is derived from (t)ape (ar)chive.
Compression file.txt;file1.txt;file2.txt by gzip,
bzip2 and xz
Compressed with gzip
Uncompressed with gunzip
Compressed with bzip2
Uncompressed with bunzip2
Compressed with xz
Uncompressed with unxz
Archiving in linux tar

Archiving in linux tar