tar


(1) Short for tape archive, a UNIX utility that combines a group of files into a single file. The resulting file has a .tar extension.

The tar command does not compress files. Frequently, therefore, a tar file is compressed with the compress or gzip commands to create a file with a .tar.gz or .tar.Z extension. These are comparable to files that have been compressed with PKZIP on a PC platform. Most PC compression utilities, including PKZIP, can open (untar) a tar file.

(2)(v) To combine files with the tar command.

Read Also:

  • tarball

    An archive of files created with the Unix tar utility. Source-code distributions have been packaged as tarballs since the mid 1980s, even though the term’s usage did not become commonplace until the late 1990s.

  • target

    Synonymous with destination, a target is a file, device or any type of location to which data is moved or copied. Many computer commands involve copying data from one place to another. One says that the computer copies from the source to the target (or destination).

  • target initiated termination

    A mechanism of the PCI standard where the target of a data transfer is given the ability to terminate a data transfer between it and the bus master if the target device monopolizes the bus due to slow access time. Access time is measured in clock cycles, and the target will abort the data transfer […]

  • targeted attack

    In computer and network security terminology, a targeted attack is one that has been aimed at a specific user, company or organization. These attacks are not widespread, but rather are designed to attack and breech a specific target.

  • task

    An operating system concept that refers to the combination of a program being executed and bookkeeping information used by the operating system. Whenever you execute a program, the operating system creates a new task for it. The task is like an envelope for the program: it identifies the program with a task number and attaches […]


Disclaimer: tar definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.