What does tar -xvf command do
- tar command in linux with examples
- tar gz command in linux with example
- tar gz command in unix with example
- tar command in unix with all options and examples
Tar.gz command in linux
How to tar a directory in linux.
The Linux “tar” stands for tape archive, which is used by a large number of Linux/Unix system administrators to deal with tape drive backup in Linux.
The tar command in Linux is used to rip a collection of files and directories into a highly compressed archive file commonly called tarball or tar, gzip, and bzip in Linux.
The tar is the most widely used command to create compressed archive files that can be moved easily from one disk to another disk or machine to machine.
In this article, we will be going to review and discuss various tar command examples including how to create archive files using (tar, tar.gz, and tar.bz2) compression, how to extract archive files, extract a single file, view the content of the file, verify a file, add files or directories to the existing archive file, estimate the size of tar archive file, etc.
The main purpose of this guide is to provide various tar command examples that might be helpful for you to understand and become an expert in tar archive manipulation.
1.
Creating a Tar Archive File
The bel
- explain the working of tar command in linux with various options and examples
- explain tar command in linux