umask Command Examples

Manage the read/write/execute permissions that are masked out (i.e. restricted) for newly created files by the user. More information: https://manned.org/umask.

umask

umask -S

umask {{a+r}}

umask {{077}}