📄 group__apr__file__permissions.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Apache Portable Runtime: File Permissions flags</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.7 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<h1>File Permissions flags<br>
<small>
[<a class="el" href="group__apr__file__info.html">File Information</a>]</small>
</h1><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga0">APR_FPROT_USETID</a> 0x8000 /**< Set user id */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga1">APR_FPROT_UREAD</a> 0x0400 /**< Read by user */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga2">APR_FPROT_UWRITE</a> 0x0200 /**< Write by user */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga3">APR_FPROT_UEXECUTE</a> 0x0100 /**< Execute by user */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga4">APR_FPROT_GSETID</a> 0x4000 /**< Set group id */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga5">APR_FPROT_GREAD</a> 0x0040 /**< Read by group */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga6">APR_FPROT_GWRITE</a> 0x0020 /**< Write by group */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga7">APR_FPROT_GEXECUTE</a> 0x0010 /**< Execute by group */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga8">APR_FPROT_WSTICKY</a> 0x2000 /**< Sticky bit */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga9">APR_FPROT_WREAD</a> 0x0004 /**< Read by others */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga10">APR_FPROT_WWRITE</a> 0x0002 /**< Write by others */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga11">APR_FPROT_WEXECUTE</a> 0x0001 /**< Execute by others */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga12">APR_FPROT_OS_DEFAULT</a> 0x0FFF /**< use OS's default permissions */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga13">APR_FPROT_FILE_SOURCE_PERMS</a> 0x1000 /**< Copy source file's permissions */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga14">APR_USETID</a> APR_FPROT_USETID /**< @deprecated @see APR_FPROT_USETID */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga15">APR_UREAD</a> APR_FPROT_UREAD /**< @deprecated @see APR_FPROT_UREAD */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga16">APR_UWRITE</a> APR_FPROT_UWRITE /**< @deprecated @see APR_FPROT_UWRITE */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga17">APR_UEXECUTE</a> APR_FPROT_UEXECUTE /**< @deprecated @see APR_FPROT_UEXECUTE */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga18">APR_GSETID</a> APR_FPROT_GSETID /**< @deprecated @see APR_FPROT_GSETID */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga19">APR_GREAD</a> APR_FPROT_GREAD /**< @deprecated @see APR_FPROT_GREAD */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga20">APR_GWRITE</a> APR_FPROT_GWRITE /**< @deprecated @see APR_FPROT_GWRITE */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga21">APR_GEXECUTE</a> APR_FPROT_GEXECUTE /**< @deprecated @see APR_FPROT_GEXECUTE */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga22">APR_WSTICKY</a> APR_FPROT_WSTICKY /**< @deprecated @see APR_FPROT_WSTICKY */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga23">APR_WREAD</a> APR_FPROT_WREAD /**< @deprecated @see APR_FPROT_WREAD */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga24">APR_WWRITE</a> APR_FPROT_WWRITE /**< @deprecated @see APR_FPROT_WWRITE */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga25">APR_WEXECUTE</a> APR_FPROT_WEXECUTE /**< @deprecated @see APR_FPROT_WEXECUTE */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga26">APR_OS_DEFAULT</a> APR_FPROT_OS_DEFAULT /**< @deprecated @see APR_FPROT_OS_DEFAULT */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__file__permissions.html#ga27">APR_FILE_SOURCE_PERMS</a> APR_FPROT_FILE_SOURCE_PERMS /**< @deprecated @see APR_FPROT_FILE_SOURCE_PERMS */</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="ga27" doxytag="apr_file_info.h::APR_FILE_SOURCE_PERMS" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FILE_SOURCE_PERMS APR_FPROT_FILE_SOURCE_PERMS /**< @deprecated @see APR_FPROT_FILE_SOURCE_PERMS */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000016">Deprecated:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__file__permissions.html#ga13">APR_FPROT_FILE_SOURCE_PERMS</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga13" doxytag="apr_file_info.h::APR_FPROT_FILE_SOURCE_PERMS" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_FILE_SOURCE_PERMS 0x1000 /**< Copy source file's permissions */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Copy source file's permissions </td>
</tr>
</table>
<a class="anchor" name="ga7" doxytag="apr_file_info.h::APR_FPROT_GEXECUTE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_GEXECUTE 0x0010 /**< Execute by group */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Execute by group </td>
</tr>
</table>
<a class="anchor" name="ga5" doxytag="apr_file_info.h::APR_FPROT_GREAD" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_GREAD 0x0040 /**< Read by group */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Read by group </td>
</tr>
</table>
<a class="anchor" name="ga4" doxytag="apr_file_info.h::APR_FPROT_GSETID" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_GSETID 0x4000 /**< Set group id */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Set group id </td>
</tr>
</table>
<a class="anchor" name="ga6" doxytag="apr_file_info.h::APR_FPROT_GWRITE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_GWRITE 0x0020 /**< Write by group */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Write by group </td>
</tr>
</table>
<a class="anchor" name="ga12" doxytag="apr_file_info.h::APR_FPROT_OS_DEFAULT" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_OS_DEFAULT 0x0FFF /**< use OS's default permissions */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
use OS's default permissions </td>
</tr>
</table>
<a class="anchor" name="ga3" doxytag="apr_file_info.h::APR_FPROT_UEXECUTE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_UEXECUTE 0x0100 /**< Execute by user */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Execute by user </td>
</tr>
</table>
<a class="anchor" name="ga1" doxytag="apr_file_info.h::APR_FPROT_UREAD" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_UREAD 0x0400 /**< Read by user */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Read by user </td>
</tr>
</table>
<a class="anchor" name="ga0" doxytag="apr_file_info.h::APR_FPROT_USETID" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_USETID 0x8000 /**< Set user id */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Set user id </td>
</tr>
</table>
<a class="anchor" name="ga2" doxytag="apr_file_info.h::APR_FPROT_UWRITE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_UWRITE 0x0200 /**< Write by user */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Write by user </td>
</tr>
</table>
<a class="anchor" name="ga11" doxytag="apr_file_info.h::APR_FPROT_WEXECUTE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_WEXECUTE 0x0001 /**< Execute by others */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Execute by others </td>
</tr>
</table>
<a class="anchor" name="ga9" doxytag="apr_file_info.h::APR_FPROT_WREAD" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FPROT_WREAD 0x0004 /**< Read by others */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Read by others </td>
</tr>
</table>
<a class="anchor" name="ga8" doxytag="apr_file_info.h::APR_FPROT_WSTICKY" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -