Unix and Linux Discussions Tagged with cpio |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
9 |
8,999 |
Shell Programming and Scripting |
|
|
|
2 |
5,108 |
Solaris |
|
|
|
2 |
3,108 |
Shell Programming and Scripting |
|
|
|
1 |
4,613 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
7,267 |
SCO |
|
|
|
12 |
14,667 |
SCO |
|
|
|
19 |
11,613 |
Shell Programming and Scripting |
|
|
|
2 |
18,606 |
Red Hat |
|
|
|
8 |
8,314 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,831 |
Security Advisories (RSS) |
|
|
|
5 |
9,341 |
SCO |
|
|
|
7 |
11,019 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,534 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
14,598 |
AIX |
|
|
|
3 |
5,206 |
Solaris |
|
|
|
5 |
13,606 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
6,736 |
Solaris |
|
|
|
0 |
1,469 |
Software Releases - RSS News |
|
|
|
5 |
6,731 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,233 |
Solaris |
|
|
|
1 |
5,155 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,913 |
Solaris |
|
|
|
12 |
28,930 |
Solaris |
|
|
|
2 |
6,317 |
Filesystems, Disks and Memory |
|
|
|
2 |
10,086 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,558 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,551 |
Software Releases - RSS News |
|
|
|
15 |
51,994 |
Shell Programming and Scripting |
|
|
|
9 |
5,434 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,829 |
Shell Programming and Scripting |
|
|
|
10 |
7,531 |
Solaris |
|
|
|
3 |
6,117 |
AIX |
|
|
|
11 |
11,112 |
SCO |
|
|
|
19 |
21,080 |
Solaris |
|
|
|
0 |
1,698 |
Software Releases - RSS News |
|
|
|
0 |
1,507 |
Software Releases - RSS News |
|
|
|
0 |
1,694 |
Software Releases - RSS News |
|
|
|
2 |
6,749 |
SCO |
|
|
|
2 |
7,944 |
Solaris |
|
|
|
3 |
4,217 |
UNIX for Dummies Questions & Answers |
cpio.h(3HEAD) Headers cpio.h(3HEAD)
NAME
cpio.h, cpio - cpio archive values
SYNOPSIS
#include <cpio.h>
DESCRIPTION
Values needed by the c_mode field of the cpio archive format are described as follows:
Name Description
-----------------------------------------------------------
C_IRUSR Read by owner
C_IWUSR Write by owner
C_IXUSR Execute by owner
C_IRGRP Read by group
C_IWGRP Write by group
C_IXGRP Execute by group
C_IROTH Read by others
C_IWOTH Write by others
C_IXOTH Execute by others
C_ISUID Set user ID
C_ISGID Set group ID
C_ISVTX On directories, restricted deletion flag
C_ISDIR Directory
C_ISFIFO FIFO
C_ISREG Regular file
C_ISBLK Block special
C_ISCHR Character special
C_ISCTG Reserved
C_ISLNK Symbolic link
C_ISSOCK Socket
The header defines the symbolic constant:
MAGIC "070707"
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Standard |
+-----------------------------+-----------------------------+
SEE ALSO
pax(1), attributes(5), standards(5)
SunOS 5.11 10 Sep 2004 cpio.h(3HEAD)