shadow: "users" is a groupname, not a parameter

This commit is contained in:
Xi Ruoyao 2022-01-05 01:12:58 +08:00
parent 2b3f5219bc
commit e7f0fa1fa6
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -211,7 +211,8 @@ useradd -D --gid 999</userinput></screen>
displayed on the terminal that says:
<computeroutput>useradd: unknown GID 999</computeroutput>, although
the account is correctly created. That is
why we have earlier created the group <parameter>users</parameter>
why we have earlier created the group
<systemitem class="groupname">users</systemitem>
with this group ID.</para>
</listitem>
</varlistentry>