Previous Topic: TIMEOUT

Next Topic: UNIT


UMASK

This parameter is used to set the permissions assigned to a file when the file is being created on a UNIX system for the first time. The value is expressed as an octal number (base 8). The octal number has the same meaning as in the standard UNIX umask command. This value is removed from the XCOM default of 666 (rw-rw-rw) for files and 777(rwxrwxrwx) for directories.

Range: 000 to 777

Default: 022

Notes: