Permissions

umask

English

Overview

A setting that specifies which bits to exclude from a newly created file's default permissions.

Details

A setting that specifies a mask value subtracted from the default permissions of newly created files and directories. With a default umask of 022, a new file is created as 644 (not writable by anyone but the owner).

More Linux terms