minor fix for 65534 explanation: it is also used for "unmapped" groups

This commit is contained in:
Xi Ruoyao 2022-05-02 15:41:52 +08:00
parent 8469f02115
commit 0414633793
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -170,9 +170,9 @@ EOF</userinput></screen>
on GID numbers, but rather use the group's name.</para> 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 <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 namespaces for unmapped users and groups (those exist on the NFS server
user namespace, but <quote>do not exist</quote> on the local machine or in or the parent user namespace, but <quote>do not exist</quote> on the local
the separate namespace). We assign machine or in the separate namespace). We assign
<systemitem class="username">nobody</systemitem> and <systemitem class="username">nobody</systemitem> and
<systemitem class="groupname">nogroup</systemitem> for it to avoid an <systemitem class="groupname">nogroup</systemitem> for it to avoid an
unnamed ID. But other distros may treat this ID differently, so any unnamed ID. But other distros may treat this ID differently, so any