Difference between revisions of "Tar (computing)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 7: | Line 7: | ||
The archive data sets created by ''tar'' contain various [[file system]] parameters, such as: | The archive data sets created by ''tar'' contain various [[file system]] parameters, such as: | ||
− | * [[Time stamp| | + | * [[Time stamp|Time stamps]] |
* [[File ownership|Ownership]] | * [[File ownership|Ownership]] | ||
* [[File access permission|file access permissions]] | * [[File access permission|file access permissions]] |
Revision as of 09:33, 31 August 2015
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