Tar

From Wiki
Revision as of 10:21, 3 August 2009 by 10.0.7.14 (talk) (New page: go to Main Page, Computational Resources, Information & Help, Linux & Unix tar is both a file format and the name of a program used to handle such files. Initially develop...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

go to Main Page, Computational Resources, Information & Help, Linux & Unix

tar is both a file format and the name of a program used to handle such files. Initially developed to be written directly to sequential I/O devices for tape backup purposes, it is now commonly used to collect many files into one larger file, for distribution or archiving, while preserving file system information such as user and group permissions, dates, and directory structures.

  • To create a tar: tar -cvf file.tar file1 file2 file3