From 333f7ecfa3e040191c66b2b92f6c117ca2cbac1d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:50:00 +0200 Subject: Adding upstream version 1:4.8.1. Signed-off-by: Daniel Baumann --- man/login.defs.d/UMASK.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 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..0f061db --- /dev/null +++ b/man/login.defs.d/UMASK.xml @@ -0,0 +1,56 @@ + + + (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