mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Remove ending space in shadow
This commit is contained in:
parent
da7949dfb6
commit
b029aa8bfb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user