logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

cpio.h.0p (2561B)


  1. '\" et
  2. .TH cpio.h "0P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. cpio.h
  12. \(em cpio archive values
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. #include <cpio.h>
  17. .fi
  18. .SH DESCRIPTION
  19. The
  20. .IR <cpio.h>
  21. header shall define the symbolic constants needed by the
  22. .IR c_mode
  23. field of the
  24. .IR cpio
  25. archive format, with the names and values given in the following table:
  26. .TS
  27. box center tab(@);
  28. cB| cB |cB
  29. l| l |c.
  30. Name@Description@Value (Octal)
  31. _
  32. C_IRUSR@Read by owner.@0000400
  33. C_IWUSR@Write by owner.@0000200
  34. C_IXUSR@Execute by owner.@0000100
  35. C_IRGRP@Read by group.@0000040
  36. C_IWGRP@Write by group.@0000020
  37. C_IXGRP@Execute by group.@0000010
  38. C_IROTH@Read by others.@0000004
  39. C_IWOTH@Write by others.@0000002
  40. C_IXOTH@Execute by others.@0000001
  41. C_ISUID@Set user ID.@0004000
  42. C_ISGID@Set group ID.@0002000
  43. C_ISVTX@On directories, restricted deletion flag.@0001000
  44. C_ISDIR@Directory.@0040000
  45. C_ISFIFO@FIFO.@0010000
  46. C_ISREG@Regular file.@0100000
  47. C_ISBLK@Block special.@0060000
  48. C_ISCHR@Character special.@0020000
  49. C_ISCTG@Reserved.@0110000
  50. C_ISLNK@Symbolic link.@0120000
  51. C_ISSOCK@Socket.@0140000
  52. .TE
  53. .P
  54. The
  55. .IR <cpio.h>
  56. header shall define the following symbolic constant as a string:
  57. .sp
  58. .RS 4
  59. .nf
  60. MAGIC "070707"
  61. .fi
  62. .P
  63. .RE
  64. .LP
  65. .IR "The following sections are informative."
  66. .SH "APPLICATION USAGE"
  67. None.
  68. .SH RATIONALE
  69. None.
  70. .SH "FUTURE DIRECTIONS"
  71. None.
  72. .SH "SEE ALSO"
  73. The Shell and Utilities volume of POSIX.1\(hy2017,
  74. .IR "\fIpax\fR\^"
  75. .\"
  76. .SH COPYRIGHT
  77. Portions of this text are reprinted and reproduced in electronic form
  78. from IEEE Std 1003.1-2017, Standard for Information Technology
  79. -- Portable Operating System Interface (POSIX), The Open Group Base
  80. Specifications Issue 7, 2018 Edition,
  81. Copyright (C) 2018 by the Institute of
  82. Electrical and Electronics Engineers, Inc and The Open Group.
  83. In the event of any discrepancy between this version and the original IEEE and
  84. The Open Group Standard, the original IEEE and The Open Group Standard
  85. is the referee document. The original Standard can be obtained online at
  86. http://www.opengroup.org/unix/online.html .
  87. .PP
  88. Any typographical or formatting errors that appear
  89. in this page are most likely
  90. to have been introduced during the conversion of the source files to
  91. man page format. To report such errors, see
  92. https://www.kernel.org/doc/man-pages/reporting_bugs.html .