Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

File Permissions flags
[File Information]


Defines

#define APR_USETID   0x8000
#define APR_UREAD   0x0400
#define APR_UWRITE   0x0200
#define APR_UEXECUTE   0x0100
#define APR_GSETID   0x4000
#define APR_GREAD   0x0040
#define APR_GWRITE   0x0020
#define APR_GEXECUTE   0x0010
#define APR_WSTICKY   0x2000
#define APR_WREAD   0x0004
#define APR_WWRITE   0x0002
#define APR_WEXECUTE   0x0001
#define APR_OS_DEFAULT   0x0FFF
#define APR_FILE_SOURCE_PERMS   0x1000

Define Documentation

#define APR_FILE_SOURCE_PERMS   0x1000
 

Copy source file's permissions

#define APR_GEXECUTE   0x0010
 

Execute by group

#define APR_GREAD   0x0040
 

Read by group

#define APR_GSETID   0x4000
 

Set group id

#define APR_GWRITE   0x0020
 

Write by group

#define APR_OS_DEFAULT   0x0FFF
 

use OS's default permissions

#define APR_UEXECUTE   0x0100
 

Execute by user

#define APR_UREAD   0x0400
 

Read by user

#define APR_USETID   0x8000
 

Set user id

#define APR_UWRITE   0x0200
 

Write by user

#define APR_WEXECUTE   0x0001
 

Execute by others

#define APR_WREAD   0x0004
 

Read by others

#define APR_WSTICKY   0x2000
 

Sticky bit

#define APR_WWRITE   0x0002
 

Write by others


Generated on Fri Mar 10 21:37:41 2006 for Apache Portable Runtime by  doxygen 1.3.9.1