svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
tar.h(3head)
tar.h(3HEAD) Headers tar.h(3HEAD)
NAME
tar.h, tar - extended tar definitions
SYNOPSIS
#include <tar.h>
DESCRIPTION
The <tar.h> header defines header block definitions as follows.
General definitions:
tab(); lw(1.61i) lw(1.61i) lw(2.28i) lw(1.61i) lw(1.61i) lw(2.28i)
NameValueDescription _ TMAGIC"ustar"ustar plus null byte TMAGLEN6length
of the above TVERSION"00"00 without a null byte TVERSLEN2length of the
above
Typeflag field definitions:
tab(); lw(1.58i) lw(1.62i) lw(2.29i) lw(1.58i) lw(1.62i) lw(2.29i)
NameValueDescription _ REGTYPE'0'regular file AREGTYPE'\0'regular file
LNKTYPE'1'link SYMTYPE'2'symbolic link CHRTYPE'3'character special BLK‐
TYPE'4'block special DIRTYPE'5'directory FIFOTYPE'6'FIFO special CONT‐
TYPE'7'reserved
Mode field bit definitions (octal):
tab(); lw(1.61i) lw(1.61i) lw(2.27i) lw(1.61i) lw(1.61i) lw(2.27i)
NameValueDescription _ TSUID04000set UID on execution TSGID02000set GID
on execution TSVTX01000T{ on directories, restricted deletion flag T}
TUREAD00400read by owner TUWRITE00200write by owner special
TUEXEC00100execute/search by owner TGREAD00040read by group TG‐
WRITE00020write by group TGEXEC00010execute/search by group
TOREAD00004read by other TOWRITE00002write by other TOEXEC00001exe‐
cute/search by other
Types used in ancillary files:
tab(); lw(1.83i) lw(1.29i) lw(2.37i) lw(1.83i) lw(1.29i) lw(2.37i)
NameValueDescription ACL_HDR'A'Access Control List LBL_TYPE'L'Trusted
Extensions file label DIR_TYPE'D'Trusted Extensions directory label
Attribute types used in Trusted Solaris ancillary files that are inter‐
preted by Trusted Extensions for backward compatibility:
tab(); lw(1.83i) lw(1.29i) lw(2.37i) lw(1.83i) lw(1.29i) lw(2.37i)
NameValueDescription SLD_TYPE'S'Single-level directory component
PATH_TYPE'P'Path component MLD_TYPE'M'Multi-level directory component
FILE_TYPE'F'Must handle files differently APRIV_TYPE'P'Allowed privi‐
leges data type in file FPRIV_TYPE'p'Forced privileges data type in
file COMP_TYPE'C'Path components, use for MLD ATTR_FLAG_TYPE'F'File at‐
tribute flag bytes data type LK_COMP_TYPE'K'Link data path component
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Interface StabilityCommitted _ StandardSee below.
For the general definitions, the typeflag field definitions, and the
mode field bit definitions, see standards(7).
SEE ALSO
pax(1), attributes(7), standards(7)
Oracle Solaris 11.4 14 Mar 2006 tar.h(3HEAD)