mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
shadow: fix (clarify?) the consequence of missing "users" group
To me "has been created" is not correct. Or maybe it's some advanced usage of English I don't understand...
This commit is contained in:
parent
31e9ff9527
commit
9af3d7f77d
@ -205,7 +205,7 @@ useradd -D --gid 999</userinput></screen>
|
|||||||
<command>useradd</command> without the <parameter>-g</parameter>
|
<command>useradd</command> without the <parameter>-g</parameter>
|
||||||
parameter, an error message will be generated—<computeroutput>useradd:
|
parameter, an error message will be generated—<computeroutput>useradd:
|
||||||
unknown GID 999</computeroutput>,
|
unknown GID 999</computeroutput>,
|
||||||
even though the account has been created correctly. That is why we
|
despite the account can still be created correctly. That is why we
|
||||||
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>
|
with this group ID in <xref linkend='ch-tools-createfiles'/>.</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user