Ignore:
Timestamp:
Jul 7, 2006, 8:36:27 PM (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:
eda9ef8
Parents:
906ec5b
Message:

Changed Creating Directories sections to use be more consistent, and use xincludes for the directory-creation commands

File:
1 edited

Legend:

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

    r906ec5b rd012cdb5  
    1414  standard directory tree by issuing the following commands:</para>
    1515
    16 <screen><userinput>mkdir -pv ${CLFS}/{bin,boot,dev,etc/opt,home,lib,mnt,opt}
     16<screen os="b"><userinput>mkdir -pv ${CLFS}/{bin,boot,dev,etc/opt,home,lib,mnt,opt}
    1717mkdir -pv ${CLFS}/{proc,media/{floppy,cdrom},sbin,srv,sys,var}
    1818install -dv -m 0750 ${CLFS}/root
     
    2828mkdir -pv ${CLFS}/var/{opt,cache,lib/{misc,locate},local}</userinput></screen>
    2929
    30   <para os="b">Directories are, by default, created with permission mode 755,
     30  <para os="c">Directories are, by default, created with permission mode 755,
    3131  but this is not desirable for all directories. In the commands above,
    3232  two changes are made&mdash;one to the home directory of user
     
    3434  directories for temporary files.</para>
    3535
    36   <para os="c">The first mode change ensures that not just anybody can enter
     36  <para os="d">The first mode change ensures that not just anybody can enter
    3737  the <filename class="directory">${CLFS}/root</filename> directory&mdash;the
    3838  same as a normal user would do with his or her home directory. The
     
    4444  1777 bit mask.</para>
    4545
    46   <sect2 os="d">
     46  <sect2 os="e">
    4747    <title>FHS Compliance Note</title>
    4848
Note: See TracChangeset for help on using the changeset viewer.