DEFAULT_UMASK

The variable DEFAULT_UMASK defines the file creation mask (umask) to be used for users whose umask has not been adequately defined in the AcuAccess file (that is, their umask was set to spaces). The default value is 000, which causes all files created by these users to be readable and writable by everyone. You can change DEFAULT_UMASK to provide whatever read/write permissions you desire for these undefined users. Valid values include any octal value between 000 and 777.