Expand description
cpio.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/cpio.h.html.
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.