Difference between revisions of "Tar (computing)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 24: | Line 24: | ||
* [https://en.wikipedia.org/wiki/Tar_(computing) tar (computing)] @ Wikipedia | * [https://en.wikipedia.org/wiki/Tar_(computing) tar (computing)] @ Wikipedia | ||
+ | |||
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:Unix]] |
Latest revision as of 18:18, 27 April 2016
In computing, tar is a computer software utility for collecting many files into one archive file for distribution or backup purposes.
Description
The name is derived from tape archive, as it was originally developed to write data to sequential I/O devices.
The archive data sets created by tar contain various file system parameters, such as:
Standards
The file structure to store this information was later standardized in POSIX.1-1988 and later POSIX.1-2001. and became a format supported by most modern file archiving systems.
See also
External links
- tar (computing) @ Wikipedia