How to Use TAR to Unzip

A "tar" file is most commonly seen on Linux or Unix operating systems. It is a collection of files, similar to a zip file on Windows operating systems. The command "tar" is a command line function that allows you to zip, or pack, a group of files together to make a single file. Likewise, files can be unzipped using the tar command. Fortunately, unpacking files with tar can be done in four simple steps.

Instructions

    • 1

      Open a command line terminal by right clicking on your Linux or UNIX desktop and selecting "New Terminal."

    • 2

      Change your working directory to the location of the zipped tar. Determine the directory location of the file, and then use the "change directory" command to go to that location. Type "cd" and "Space" followed by the directly location. For example, "cd <directory of file>."

    • 3

      Check the amount of available disk space you have available before you unzip the file. You will need enough disk space to accommodate the size of the unpacked files. Type the command "df -k ." into your command terminal to view your disk usage.

    • 4

      Unpack the tar file by typing the following command into your command terminal: "tar xvf <filename of the tar file>." The files that comprise the tar file will be unzipped to the current working directory.

Related Searches:

References

Comments

You May Also Like

  • How to Unzip Tar GZ in Windows

    When downloading files, you may encounter files with the tar.gz extension. For Windows users, these may be unusual files, since files using...

  • How to Use 7-Zip to Unzip

    Learning new software can be daunting, but it doesn't have to be overwhelming. Learning to unzip archives with 7-Zip is easy enough....

  • How to Unzip Using Tar

    Linux is an open source operating system that provides a free alternative to commercial systems like Microsoft Windows and Mac OS. Unlike...

  • How to Extract Tar Files in Terminal

    Files with the ".tar" extension, sometimes called "tarballs," are a type of compressed archive, which means they contain several different files that...

  • How to Unzip a Tar GZ File

    Tar GZ is an archiving format that is used to compress and store information. While Tar GZ files are becoming more ubiquitous,...

  • How to Unzip TGZ Files

    A TGZ file is a file archive in TAR (tape archive) file format that has been compressed by the gzip (GNU Zip)...

  • How to Unzip a Tar File on a Server

    Tar is a UNIX application that stores directories, subdirectories and files into a single ".tar" archive that contains compressed versions of the...

  • How to Unzip a File in Vista

    Windows Vista has made it easy to compress and uncompress files. You no longer need a third-party utility that will perform these...

  • How to Unzip a Tar.gz

    Extracting archive files expands their contents. While Microsoft Windows can extract, or unzip (as the process is known with .zip archives) ZIP...

  • How to Unzip RAR Files in Vista

    A RAR file is a form of data compression. There are several types of file compression, including zip and ace. These use...

Related Ads

Featured