Content-type: text/html Man page of cpio.h

cpio.h

Section: Headers (3HEAD)
Updated: 10 Sep 2004
Index Return to Main Contents
 

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:

NameDescription
C_IRUSRRead by owner
C_IWUSRWrite by owner
C_IXUSRExecute by owner
C_IRGRPRead by group
C_IWGRPWrite by group
C_IXGRPExecute by group
C_IROTHRead by others
C_IWOTHWrite by others
C_IXOTHExecute by others
C_ISUIDSet user ID
C_ISGIDSet group ID
C_ISVTX On directories, restricted deletion flag
C_ISDIRDirectory
C_ISFIFOFIFO
C_ISREGRegular file
C_ISBLKBlock special
C_ISCHRCharacter special
C_ISCTGReserved
C_ISLNKSymbolic link
C_ISSOCKSocket

The header defines the symbolic constant:

MAGIC         "070707" 

 

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
Interface StabilityStandard

 

SEE ALSO

pax(1), attributes(5), standards(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:37:13 GMT, October 02, 2010