tar

tar

July 24, 2024 | seedling, permanent

tags :

Computers #

  • In computing, tar is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes.
  • The name is derived from "tape archive", as it was originally developed to write data to sequential I/O devices with no file system of their own, such as devices that use magnetic tape.
  • The archive data sets created by tar contain various file system parameters, such as name, timestamps, ownership, file-access permissions, and directory organization.
  • POSIX abandoned tar in favor of pax, yet tar sees continued widespread use. ref


No notes link to this note

Go to random page

Previous Next