diff options
Diffstat (limited to 'man/pl/man8/groupadd.8')
-rw-r--r-- | man/pl/man8/groupadd.8 | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/man/pl/man8/groupadd.8 b/man/pl/man8/groupadd.8 index 128a6011..e474cb9a 100644 --- a/man/pl/man8/groupadd.8 +++ b/man/pl/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\" Date: 01/23/2020 +.\" Date: 07/22/2021 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.8.1 +.\" Source: shadow-utils 4.9 .\" Language: Polish .\" -.TH "GROUPADD" "8" "01/23/2020" "shadow\-utils 4\&.8\&.1" "Polecenia Zarządzania Systemem" +.TH "GROUPADD" "8" "07/22/2021" "shadow\-utils 4\&.9" "Polecenia Zarządzania Systemem" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -132,6 +132,20 @@ directory and use the configuration files from the \fIPREFIX_DIR\fR directory\&. This option does not chroot and is intended for preparing a cross\-compilation target\&. Some limitations: NIS and LDAP users/groups are not verified\&. PAM authentication is using the host files\&. No SELINUX support\&. .RE +.PP +\fB\-U\fR, \fB\-\-users\fR +.RS 4 +A list of usernames to add as members of the group\&. +.sp +The default behavior (if the +\fB\-g\fR, +\fB\-N\fR, and +\fB\-U\fR +options are not specified) is defined by the +\fBUSERGROUPS_ENAB\fR +variable in +/etc/login\&.defs\&. +.RE .SH "CONFIGURATION" .PP The following configuration variables in @@ -229,14 +243,13 @@ invalid argument to option .PP \fI4\fR .RS 4 -GID not unique (when -\fB\-o\fR -not used) +GID is already used (when called without +\fB\-o\fR) .RE .PP \fI9\fR .RS 4 -group name not unique +group name is already used .RE .PP \fI10\fR |