POSIX ustar format

E299200

POSIX ustar format is a standardized tar archive format defined by POSIX to ensure portable storage of file metadata and contents across Unix-like systems.

All labels observed (2)

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf file archive format ⓘ
tar archive format ⓘ
alsoKnownAs POSIX tar format ⓘ
ustar ⓘ
backwardsCompatibleWith traditional Unix V7 tar format ⓘ
blockTermination two 512-byte blocks of zero bytes at end of archive ⓘ
category archive file format ⓘ
checksumAlgorithm simple unsigned byte sum over header ⓘ
definedIn IEEE Std 1003.1 ⓘ
linked to: POSIX

POSIX.1 ⓘ
linked to: POSIX
designedFor interoperability between different Unix implementations ⓘ
extendedBy GNU tar format ⓘ
linked to: GNU Tar

POSIX pax interchange format ⓘ
fileNameFieldLength 100 bytes ⓘ
fileTypeSupport FIFO ⓘ
block device ⓘ
character device ⓘ
directory ⓘ
hard link ⓘ
regular file ⓘ
symbolic link ⓘ
headerBlockSize 512 bytes ⓘ
limitation cannot represent very large files beyond octal size field limit ⓘ
cannot represent very long path names beyond prefix limit ⓘ
magicField "ustar" ⓘ
magicFieldLength 6 bytes ⓘ
prefixFieldLength 155 bytes ⓘ
purpose portable storage of file metadata and contents ⓘ
recordSize multiple of 512 bytes ⓘ
standardizedBy POSIX ⓘ
stores checksum ⓘ
device major number ⓘ
device minor number ⓘ
file mode ⓘ
file name ⓘ
file size ⓘ
file type flag ⓘ
group ID ⓘ
group name ⓘ
link name ⓘ
modification time ⓘ
prefix for long path names ⓘ
user ID ⓘ
user name ⓘ
supportsPathLengthUpTo 256 characters ⓘ
usedOn Unix-like systems ⓘ
versionField "00" ⓘ
versionFieldLength 2 bytes ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

GNU Tar → supportsFeature → POSIX ustar format ⓘ
POSIX tar → partOf → POSIX file archive utilities specification ⓘ
linked to: POSIX ustar format
POSIX tar → alsoKnownAs → POSIX ustar format ⓘ