wire / magic / tar

tar (ustar) signature (offset 257: 75 73 74 61 72)

A POSIX/ustar tar archive has no magic at offset 0. Instead the per-file header carries the ASCII string 'ustar' at byte offset 257, followed by a version field. Older 'v7' tar archives have no magic at all and must be detected by checksum validation.

magic kind signature status standard verification verified tier B file-signature@1

aka: tar magic · ustar

file signature

magic: 75 73 74 61 72 @ offset 257

ascii: ustar

.tar application/x-tar

spec: POSIX.1-2017 ustar Interchange Format


provenance

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/tar or /magic/tar.json