aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-05-02 15:41:52 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2022-05-02 15:42:52 +0800
commit0414633793e568fd49a4b1fbae74fada9ab48838 (patch)
treec2c1e942eff30f9281ab6d64e91af3c39536e951 /chapter07
parent8469f02115f88b071736eac9c1fcbdd16bb80cd4 (diff)
minor fix for 65534 explanation: it is also used for "unmapped" groups
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/createfiles.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml
index 24557a1ef..71cb39c1f 100644
--- a/chapter07/createfiles.xml
+++ b/chapter07/createfiles.xml
@@ -170,9 +170,9 @@ EOF</userinput></screen>
on GID numbers, but rather use the group's name.</para>
<para>The ID 65534 is used by the kernel for NFS and separate user
- namespaces for unmapped users (those exist on the NFS server or the parent
- user namespace, but <quote>do not exist</quote> on the local machine or in
- the separate namespace). We assign
+ namespaces for unmapped users and groups (those exist on the NFS server
+ or the parent user namespace, but <quote>do not exist</quote> on the local
+ machine or in the separate namespace). We assign
<systemitem class="username">nobody</systemitem> and
<systemitem class="groupname">nogroup</systemitem> for it to avoid an
unnamed ID. But other distros may treat this ID differently, so any