Table of Contents
This tip is about the how To Archive Files on Linux using TAR. So read this free guide, How To Archive Files on Linux using TAR step by step. If you have query related to same article you may contact us.
How To Archive Files on Linux using TAR – Guide
The Linux “tar” stands for tape file, which is used by many Linux/Unix system administrators to up tape drives. The tar command is used to extract a collection of files and directories into a highly compressed archive, commonly referred to as tarball or tar, gzip and bzip in Linux. tar is the most commonly used command to create compressed files that can be easily moved from disk to disk or machine to machine.
In this article, we will cover and discuss the tar command, including creating archives (tar, tar.gz and tar.bz2), extracting archives, extracting a single archive, viewing the contents of the archive, checking an archive, add files or directories to an existing archive, estimate the size of a tar archive, etc. The tar command in Linux is commonly used to create .tar.gz or .tgz files, also called “tarballs”. This command has a large number of options, but you only need to remember a few letters to quickly create files with tar. The tar command can also unzip the created files.
How to archive files in Linux using TAR
How to tar a file on Linux using the command line
The procedure is as follows to tar a file on Linux:
How to create tar a file in linux
Final note
I hope you like the guide How To Archive Files on Linux using TAR. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.