diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-01-05 01:12:58 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-01-05 01:12:58 +0800 |
commit | e7f0fa1fa6403e7b2c89857649e40b40f545a2dd (patch) | |
tree | b6ff8651ddd11380dc988b6906ad4eb477776467 | |
parent | 2b3f5219bc51250337c78571efe69abdc0ffc9e0 (diff) |
shadow: "users" is a groupname, not a parameter
-rw-r--r-- | chapter08/shadow.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 810e77969..2cc670ea1 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -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> |