Changeset 91ad4a4 for BOOK/chroot


Ignore:
Timestamp:
Jul 8, 2006, 9:09:05 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
31d07f11
Parents:
5646ec9
Message:

Removed many ${CLFS} references from explanatory text in the boot section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/creatingdirs.xml

    r5646ec9 r91ad4a4  
    3333  xpointer="xpointer(//*[@os='c'])"/>
    3434
    35   <para os="d">The first mode change ensures that not just anybody can enter
    36   the <filename class="directory">/root</filename> directory&mdash;the
    37   same as a normal user would do with his or her home directory. The
    38   second mode change makes sure that any user can write to the
    39   <filename class="directory">/tmp</filename> and
    40   <filename class="directory">/var/tmp</filename> directories, but
    41   cannot remove another user's files from them. The latter is prohibited
    42   by the so-called <quote>sticky bit,</quote> the highest bit (1) in the
    43   1777 bit mask.</para>
     35  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36  href="../../boot/common/creatingdirs.xml"
     37  xpointer="xpointer(//*[@os='d'])"/>
    4438
    4539  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.