Summary:
User and group information.
Type specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
User name. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description:
The <umask>
parameter is used to restrict file system entries permission mode using the following rule:
[permission] AND ~[umask] => [result permission]
umask
must specified using a decimal value, not octal.