diff options
-rw-r--r-- | chapter08/shadow.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index ffc2a7ce9..ea540d1cf 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -201,7 +201,7 @@ useradd -D --gid 999</userinput></screen> <para>This parameter sets the beginning of the group numbers used in the <filename>/etc/group</filename> file. The particular value 999 comes from the <parameter>--gid</parameter> parameter above. You can - modify it to anything you desire. + modify it to anything you desire. Note that <command>useradd</command> will never reuse a UID or GID. If the number identified in this parameter is used, it will use the @@ -211,9 +211,9 @@ useradd -D --gid 999</userinput></screen> parameter, you will get a message displayed on the terminal that says: <computeroutput>useradd: unknown GID 999</computeroutput>, although the account is correctly created. That is why we have - created the group <systemitem class="groupname">users</systemitem> + created the group <systemitem class="groupname">users</systemitem> with this group ID in <xref linkend='ch-tools-createfiles'/>.</para> - + </listitem> </varlistentry> <varlistentry> |