diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-11-23 00:59:43 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-11-23 00:59:43 +0800 |
commit | 9af3d7f77da065fc7e09d43e203bf257b769fbce (patch) | |
tree | b50309f1c61b372db454567ccc2f48b8036d58ac /chapter08 | |
parent | 31e9ff95277e88a3e56846892de889d04e4e182f (diff) |
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...
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 68cc130c9..efa000dcd 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -205,7 +205,7 @@ useradd -D --gid 999</userinput></screen> <command>useradd</command> without the <parameter>-g</parameter> parameter, an error message will be generated—<computeroutput>useradd: 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> with this group ID in <xref linkend='ch-tools-createfiles'/>.</para> |