Open System Services System Calls Reference Manual (G06.25+, H06.03+)
cpio(4) OSS System Calls Reference Manual
The cpio.h header file contains the following macro definitions:
Table 11−4. cpio.h Header File Macros
Macro Value (in octal) Interpretation
______________________________________________
C_IRUSR 0000400 Read by owner
C_IWUSR 0000200 Write by owner
C_IXUSR 0000100 Execute by owner
C_IRGRP 0000040 Read by group
C_IWGRP 0000020 Write by group
C_IXGRP 0000010 Execute by group
C_IROTH 0000004 Read by others
C_IWOTH 0000002 Write by others
C_IXOTH 0000001 Execute by others
C_ISUID 0004000 Set user ID
C_ISGID 0002000 Set group ID
C_ISVTX 0001000 Reserved
C_ISDIR 0040000 Directory
C_ISFIFO 0010000 FIFO
C_ISREG 0100000 Regular file
C_ISBLK 0060000 Block special file
C_ISCHR 0020000 Character special file
C_ISCTG 0110000 Reserved
C_ISLNK 0120000 Reserved
C_ISSOCK 0140000 Reserved
MAGIC 070707 Magic number value
RELATED INFORMATION
Commands: pax(1), pinstall(1).
11−6 Hewlett-Packard Company 527186-003