aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/creatingdirs.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-16 22:22:33 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-16 22:22:33 +0000
commitab8b3526fa47ad4fd098fe6135492c739e0feb4a (patch)
tree437de589aecc015bb0a9b8611a49541361258b2b /chapter03/creatingdirs.xml
parent9fffe5fee81c863dcbf5ea425d2cfcc0b6bdaab1 (diff)
You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@333 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingdirs.xml')
-rw-r--r--chapter03/creatingdirs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml
index 543320fc4..723bfe71c 100644
--- a/chapter03/creatingdirs.xml
+++ b/chapter03/creatingdirs.xml
@@ -40,7 +40,7 @@ desired for all directories. I haven't checked the FHS if they suggest
default modes for certain directories, so I'll just change the modes for
a few directories that make sense to change. The first change is a mode
0750 for the $LFS/root directory. This is to make sure that not just
-everybody can enter the /root directory (the same you would do with
+everybody can enter the /root directory (the same a user would do with
/home/username directories). The second change is a mode 1777 for the tmp
directories. This way every user can write stuff to the /tmp directory if
they need to. The sticky (1) bit makes sure users can't delete other
@@ -57,9 +57,9 @@ such a way that every body (owner, group, world) can write to that directory.
</literallayout></blockquote>
<para>
-Now that the directories are created, copy the source files you have
-downloaded in chapter 3 to some subdirectory under $LFS/usr/src (you will
-need to create this subdirectory yourself).
+Now that the directories are created, copy the source files that were
+downloaded in chapter 3 to some subdirectory under $LFS/usr/src (this
+directory needs to be created yet).
</para>
</sect1>