From c5d69acf2fad3e8d374c0f8ac1f90dd5231c28f5 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 2 May 2022 15:41:52 +0800 Subject: [PATCH] minor fix for 65534 explanation: it is also used for "unmapped" groups --- chapter07/createfiles.xml | 6 +++--- 1 file 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 on GID numbers, but rather use the group's name. 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 do not exist 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 do not exist on the local + machine or in the separate namespace). We assign nobody and nogroup for it to avoid an unnamed ID. But other distros may treat this ID differently, so any