Description
Type integer READ/WRITE
runumask is a modifiable copy of the umask input variable. Specifies the umask filter which determines file permissions for files created during execution of the runcommand.
Example
trustedusers = {"jamie", "cory", "robyn"}; if (user in trustedusers ) { runumask=066; }