Changeset 17b7723


Ignore:
Timestamp:
06/01/2005 01:03:19 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cace77aa
Parents:
94cc990
Message:

Added section explaining system uids and gids

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4532 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r94cc990 r17b7723  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>May 31st, 2005 [bdubbs]: Added section explaining system user
     29      and group numerical asssignments.</para>
     30    </listitem>
    2631
    2732    <listitem>
  • postlfs/config/config.xml

    r94cc990 r17b7723  
    4040  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootdisk.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="skel.xml"/>
     42  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="users.xml"/>
    4243  <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/> -->
    4344  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="profile.xml"/>
  • server/major/nfs-utils.xml

    r94cc990 r17b7723  
    9191  </sect2>
    9292
    93   <sect2 role="installation">
     93  <sect2 role="installation" id='nfs-utils-install' xreflabel='NFS Utilities Installation'>
    9494    <title>Installation of NFS Utilities</title>
    9595
     
    105105    <note>
    106106      <para>The classic uid and gid values are 65534 which is also -2 when
    107       interpreted as a signed 16-bit number.  These values impact other files on
    108       some filesystems that do not have support for sparse files.  The
     107      interpreted as a signed 16-bit number.  These values impact other files
     108      on some filesystems that do not have support for sparse files.  The
    109109      <systemitem class="username">nobody</systemitem> and <systemitem
    110       class="groupname">nogroup</systemitem> values have small impact.
    111       The impact on a server is nil if the exports file is configured correctly.
    112       If it is misconfigured, the impact is that a <command>ls -l</command> or
     110      class="groupname">nogroup</systemitem> values are relatively arbitrary.
     111      The impact on a server is nil if the exports file is configured
     112      correctly.  If it is misconfigured, the <command>ls -l</command> or
    113113      <command>ps</command> listing will show a uid or gid number of 65534
    114114      instead of a name. The client uses <systemitem
  • stylesheets/blfs.css

    r94cc990 r17b7723  
    196196}
    197197
     198div.table table {
     199  border-collapse: collapse;
     200  }
     201
     202div.table td, div.table th {
     203  padding: 0.3em;
     204  text-align: right;
     205  vertical-align: baseline;
     206}
     207
     208div.table tr > td:first-child, div.table tr > th:first-child {
     209  text-align: left;
     210}
     211     
     212
     213
     214
    198215span.term {
    199216  display: block;
Note: See TracChangeset for help on using the changeset viewer.