Changeset d251197


Ignore:
Timestamp:
03/22/2001 03:37:10 AM (23 years ago)
Author:
Simon Perreault <nomis80@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v3_0, v3_1, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
77ae47c
Parents:
87c057b
Message:

Grammar fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter03
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter03/creatingdirs.xml

    r87c057b rd251197  
    44<para>
    55Let's create the directory tree on the LFS partition according to the FHS
    6 standard which can be found at <ulink
     6standard, which can be found at <ulink
    77url="http://www.pathname.com/fhs/">http://www.pathname.com/fhs/</ulink>.
    88Issuing the following commands will create the necessary directories:
     
    3636
    3737<para>
    38 Normally directories are created with permission mode 755, which isn't
    39 desired for all directories. I haven't checked the FHS if they suggest
     38Normally, directories are created with permission mode 755, which isn't
     39desired for all directories. I haven't checked if the FHS suggests
    4040default modes for certain directories, so I'll just change the modes for
    4141a few directories that make sense to change. The first change is a mode
     
    4343everybody can enter the /root directory (the same a user would do with
    4444/home/username directories). The second change is a mode 1777 for the tmp
    45 directories. This way every user can write stuff to the /tmp directory if
    46 they need to. The sticky (1) bit makes sure users can't delete other
    47 user's file which they normally can do because the directory is set in
    48 such a way that every body (owner, group, world) can write to that directory.
     45directories. This way, any user can write stuff to the /tmp directory when
     46needed. The sticky (1) bit makes sure users can't delete other
     47users' files which they normally can do, because the directory is set in
     48such a way that everybody (owner, group, world) can write to that directory.
    4949</para>
    5050
     
    6060Now that the directories are created, copy the source files that were
    6161downloaded in chapter 3 to some subdirectory under $LFS/usr/src (this
    62 directory needs to be created yet).
     62directory still needs to be created yet).
    6363</para>
    6464
  • chapter03/creatingfs.xml

    r87c057b rd251197  
    77correct choice. To create a reiser file system, the mkreiserfs command
    88should be used. To create a different kind of file system, the
    9 appropriate command needs to be executed. The new partition used
     9appropriate command needs to be executed. The new partition is used
    1010as the only option to the
    11 command and the file system will be created. If the partition is hda2
     11command and the file system is created. If the partition is hda2
    1212and ext2 is to be created, the user would run:
    1313</para>
Note: See TracChangeset for help on using the changeset viewer.