umask sets the umask (file creation mask), then executes a program.
umask mask prog...
umask sets the current umask to mask, then execs into prog....
umask is a standard shell builtin. Be careful if you want to use the umask command outside of an execline script.