Ignore:
Timestamp:
10/01/2022 10:30:12 PM (19 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
f3b2f16
Parents:
f29824e (diff), 4349661 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/creatingdirs.xml

    rf29824e rc093e6b  
    1111  <title>Creating Directories</title>
    1212
    13   <para>It is time to create the full structure in the LFS file system.</para>
     13  <para>It is time to create the full directory structure in the LFS file system.</para>
    1414
    15   <note><para>Some of the directories mentioned in this section may be
    16   already created earlier with explicit instructions or when installing some
     15  <note><para>Some of the directories mentioned in this section may have
     16  already been created earlier with explicit instructions, or when installing some
    1717  packages.  They are repeated below for completeness.</para></note>
    1818
     
    4646
    4747  <para>Directories are, by default, created with permission mode 755, but
    48   this is not desirable for all directories. In the commands above, two
     48  this is not desirable everywhere. In the commands above, two
    4949  changes are made&mdash;one to the home directory of user <systemitem
    5050  class="username">root</systemitem>, and another to the directories for
     
    5252
    5353  <para>The first mode change ensures that not just anybody can enter
    54   the <filename class="directory">/root</filename> directory&mdash;the
    55   same as a normal user would do with his or her home directory. The
     54  the <filename class="directory">/root</filename> directory&mdash;just
     55  like a normal user would do with his or her own home directory. The
    5656  second mode change makes sure that any user can write to the
    5757  <filename class="directory">/tmp</filename> and <filename
     
    6363    <title>FHS Compliance Note</title>
    6464
    65     <para>The directory tree is based on the Filesystem Hierarchy Standard
     65    <para>This directory tree is based on the Filesystem Hierarchy Standard
    6666    (FHS) (available at <ulink
    6767    url="https://refspecs.linuxfoundation.org/fhs.shtml"/>).  The FHS also specifies
    68     the optional existence of some directories such as <filename
     68    the optional existence of additional directories such as <filename
    6969    class="directory">/usr/local/games</filename> and <filename
    70     class="directory">/usr/share/games</filename>.  We create only the
    71     directories that are needed. However, feel free to create these
    72     directories.  </para>
     70    class="directory">/usr/share/games</filename>.  In LFS, we create only the
     71    directories that are really necessary. However, feel free to create more
     72    directories, if you wish.  </para>
    7373
    7474  </sect2>
Note: See TracChangeset for help on using the changeset viewer.