I've found 1 directive(s)
which contains Umask
|
Name | Umask | |
Syntax | Umask file octal-mask [directory octal-mask] |
Context | Server config <Global> <VirtualHost> <Anonymous> .ftpaccess <Directory> |
Modul | mod_core |
Standard | none |
From version | 0.99.0 |
Description | Umask sets the mask applied to newly created file and directory permissions within a given context. By default, the Umask in the server configuration, <VirtualHost> or <Anonymous> block is used, unless overridden by a "per-directory" Umask setting. Any arguments supplied must be an octal number, in the format 0xxx. An optional second argument can specify a Umask to be used when creating directories. If a second argument isn't specified, directories are created using the default Umask in the first argument. For more information on umasks, consult your operating system documentation/man pages. |
Example 1 | # Alle Files auf 644, Verzeichnisse 755
Umask 022
# Alle Files und Verzeichnisse NUR für den Owner
Umask 066 077
|
Example 2 | |
04.00.2006 03:00 |
|
|
|