|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 23.56 GB of 70.42 GB (33.46%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
share/
doc/
libapr1-dev/
html/
- drwxr-xr-x
|
Viewing file: group__apr__file__permissions.html (27.59 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
Apache Portable Runtime: File Permissions flags
Define Documentation
#define APR_FILE_SOURCE_PERMS APR_FPROT_FILE_SOURCE_PERMS |
#define APR_FPROT_FILE_SOURCE_PERMS 0x1000 |
Copy source file's permissions
#define APR_FPROT_GEXECUTE 0x0010 |
#define APR_FPROT_GREAD 0x0040 |
#define APR_FPROT_GSETID 0x4000 |
#define APR_FPROT_GWRITE 0x0020 |
#define APR_FPROT_OS_DEFAULT 0x0FFF |
use OS's default permissions
#define APR_FPROT_UEXECUTE 0x0100 |
#define APR_FPROT_UREAD 0x0400 |
#define APR_FPROT_USETID 0x8000 |
#define APR_FPROT_UWRITE 0x0200 |
#define APR_FPROT_WEXECUTE 0x0001 |
#define APR_FPROT_WREAD 0x0004 |
#define APR_FPROT_WSTICKY 0x2000 |
#define APR_FPROT_WWRITE 0x0002 |
#define APR_GEXECUTE APR_FPROT_GEXECUTE |
#define APR_GREAD APR_FPROT_GREAD |
#define APR_GSETID APR_FPROT_GSETID |
#define APR_GWRITE APR_FPROT_GWRITE |
#define APR_OS_DEFAULT APR_FPROT_OS_DEFAULT |
#define APR_UEXECUTE APR_FPROT_UEXECUTE |
#define APR_UREAD APR_FPROT_UREAD |
#define APR_USETID APR_FPROT_USETID |
#define APR_UWRITE APR_FPROT_UWRITE |
#define APR_WEXECUTE APR_FPROT_WEXECUTE |
#define APR_WREAD APR_FPROT_WREAD |
#define APR_WSTICKY APR_FPROT_WSTICKY |
#define APR_WWRITE APR_FPROT_WWRITE |
|