Changeset 14de455


Ignore:
Timestamp:
05/02/2022 07:36:03 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8469f02
Parents:
d77e98c
Message:

explain the usage of 65534

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/createfiles.xml

    rd77e98c r14de455  
    170170  on GID numbers, but rather use the group's name.</para>
    171171
     172  <para>The ID 65534 is used by the kernel for NFS and separate user
     173  namespaces for unmapped users (those exist on the NFS server or the parent
     174  user namespace, but <quote>do not exist</quote> on the local machine or in
     175  the separate namespace).  We assign
     176  <systemitem class="username">nobody</systemitem> and
     177  <systemitem class="groupname">nogroup</systemitem> for it to avoid an
     178  unnamed ID.  But other distros may treat this ID differently, so any
     179  portable program should not depend on this assignment.</para>
     180
    172181  <para>Some tests in <xref linkend="chapter-building-system"/> need a regular
    173182  user. We add this user here and delete this account at the end of that
Note: See TracChangeset for help on using the changeset viewer.