diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 6c7e8afcd..acbbbf7ac 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -130,7 +130,7 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> --> a group of the same name as the user. By default the user ID (UID) and group ID (GID) numbers will begin with 1000. This means if you don't pass parameters to <command>useradd</command>, each user will be a member of a - unique group on the system. If this behaviour is undesireable, you'll need + unique group on the system. If this behaviour is undesirable, you'll need to pass the <parameter>-g</parameter> parameter to <command>useradd</command>. The default parameters are stored in the <filename>/etc/default/useradd</filename> file. You may need to modify two |