Changeset a2e0f7d


Ignore:
Timestamp:
05/02/2022 02:47:13 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
f157277
Parents:
df692bb
git-author:
Xi Ruoyao <xry111@…> (05/02/2022 07:36:03 AM)
git-committer:
William Harrington <kb0iic@…> (05/02/2022 02:47:13 PM)
Message:

explain the usage of 65534

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/createfiles.xml

    rdf692bb ra2e0f7d  
    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.