Skip to main content

Module cpio

Module cpio 

Source
Expand description

Constantsยง

C_IRGRP
Read by group.
C_IROTH
Read by others.
C_IRUSR
Read by owner.
C_ISBLK
Block special.
C_ISCHR
Character special.
C_ISCTG
Reserved.
C_ISDIR
Directory.
C_ISFIFO
FIFO.
C_ISGID
Set group ID.
C_ISLNK
Symbolic link.
C_ISREG
Regular file.
C_ISSOCK
Socket.
C_ISUID
Set user ID.
C_ISVTX
On directories, restricted deletion flag.
C_IWGRP
Write by group.
C_IWOTH
Write by others.
C_IWUSR
Write by owner.
C_IXGRP
Execute by group.
C_IXOTH
Execute by others.
C_IXUSR
Execute by owner.