diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml
index 7df2acde6..ca148f966 100644
--- a/chapter07/createfiles.xml
+++ b/chapter07/createfiles.xml
@@ -169,6 +169,15 @@ EOF
freely by the system administrator since well-written programs do not depend
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
+ nobody and
+ nogroup for it to avoid an
+ unnamed ID. But other distros may treat this ID differently, so any
+ portable program should not depend on this assignment.
+
Some tests in need a regular
user. We add this user here and delete this account at the end of that
chapter.