tar.h, tar - extended tar definitions
#include <tar.h>
The <tar.h> header defines header block definitions as follows.
General definitions:
Name | Value | Description |
TMAGIC | "ustar" | ustar plus null byte |
TMAGLEN | ||
TVERSION | ||
TVERSLEN |
Typeflag field definitions:
Name | Value | Description |
REGTYPE | '0' | regular file |
AREGTYPE | ||
LNKTYPE | ||
SYMTYPE | ||
CHRTYPE | ||
BLKTYPE | ||
DIRTYPE | ||
FIFOTYPE | ||
CONTTYPE |
Mode field bit definitions (octal):
Name | Value | Description |
TSUID | 04000 | set UID on execution |
TSGID | ||
TSVTX | ||
TUREAD | ||
TUWRITE | ||
TUEXEC | ||
TGREAD | ||
TGWRITE | ||
TGEXEC | ||
TOREAD | ||
TOWRITE | ||
TOEXEC |
Types used in ancillary files:
Name | Value | Description |
ACL_HDR | 'A' | Access Control List |
LBL_TYPE | ||
DIR_TYPE |
Attribute types used in Trusted Solaris ancillary files that are interpreted by Trusted Extensions for backward compatibility:
Name | Value | Description |
SLD_TYPE | 'S' | Single-level directory component |
PATH_TYPE | ||
MLD_TYPE | ||
FILE_TYPE | ||
APRIV_TYPE | ||
FPRIV_TYPE | ||
COMP_TYPE | ||
ATTR_FLAG_TYPE | ||
LK_COMP_TYPE |
See attributes(5) for descriptions of the following attributes:
|
The general definitions, the typeflag field definitions, and the mode field bit definitions are Standard. The types used in ancillary files and the attribute types used in Trusted Solaris ancillary files are Evolving.
pax(1), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |