Entry
Linux: Installation: File: Archive: Tar: What is tar?
Sep 18th, 2003 06:22
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 18 September 2003 - 02:58 pm ------------------
Linux: Installation: File: Archive: Tar: What is tar? [compression]
---
tar = Tape ARchiver.
---
tar is a program (and file format) commonly used on Linux and UNIX
systems for archiving and transporting large collections of files
and/or directories, often used in conjunction
with the programs 'compress' or 'gzip' (used to compress also).
---
---
to get more information about tar, type the command:
man tar
---
---
Internet: see also:
http://en.tldp.org/HOWTO/DOS-Win-to-Linux-HOWTO-11.html
----------------------------------------------------------------------