Difference between revisions of "Tar (computing)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
(One intermediate revision by one other user not shown)
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 stamps]]
+
* [[Time stamp|Time stamps]]
 
* [[File ownership|Ownership]]
 
* [[File ownership|Ownership]]
 
* [[File access permission|file access permissions]]
 
* [[File access permission|file access permissions]]
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 19: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