From 97c26c1924b076ef23ebe4381558e8aa025712b2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:54:37 +0200 Subject: Adding upstream version 1:4.13+dfsg1. Signed-off-by: Daniel Baumann --- man/login.defs.d/UMASK.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 man/login.defs.d/UMASK.xml (limited to 'man/login.defs.d/UMASK.xml') diff --git a/man/login.defs.d/UMASK.xml b/man/login.defs.d/UMASK.xml new file mode 100644 index 0000000..1090e05 --- /dev/null +++ b/man/login.defs.d/UMASK.xml @@ -0,0 +1,32 @@ + + + (number) + + + The file mode creation mask is initialized to this value. If not + specified, the mask will be initialized to 022. + + + useradd and newusers use this + mask to set the mode of the home directory they create if + is not set. + + + It is also used by login to define users' initial + umask. Note that this mask can be overridden by the user's GECOS + line (if is set) or by the + specification of a limit with the K identifier + in limits + 5. + + + It is also used by pam_umask as the default umask + value. + + + -- cgit v1.2.3