macOS / binaries /

umask

/usr/bin/umask
Get or set the file mode creation mask

The umask utility shall set the file mode creation mask of the current shell execution environment to the value specified by the mask operand. This mask shall affect the initial value of the file permission bits of subsequently created files.

source: man7.org