aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-18 23:34:48 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-18 23:34:48 +0000
commitda849d1599efeba4198e32d16e54bf1ef1bab9a6 (patch)
tree8127bee22dd5eab2eb9f314033ec68abe07200b1 /chapter06/creatingdirs.xml
parentf8a5e31df6c7e691bc9092def3ae306796169108 (diff)
Grammatic changes to chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2390 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 6d129b586..3763bf202 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -30,7 +30,7 @@ directory of root, and another to the directories for temporary files.</para>
<para><screen><userinput>chmod 0750 /root &amp;&amp;
chmod 1777 /tmp /var/tmp</userinput></screen></para>
-<para>The first mode change ensures that not just everybody can enter the
+<para>The first mode change ensures that not just anybody can enter the
<filename class="directory">/root</filename> directory -- the same
as a normal user would do with his or her home directory.
The second mode change makes sure that any user can write to the
@@ -39,11 +39,6 @@ The second mode change makes sure that any user can write to the
cannot remove other users' files from them. The latter is prohibited
by the so-called "sticky bit" -- the highest bit in the 1777 bit mask.</para>
-<para>Now that the directories are created, move the source tarballs that
-were downloaded in Chapter 3 to some subdirectory under
-<filename class="directory">/usr/src</filename> (you
-will have to create the desired subdirectory yourself).</para>
-
<sect2>
<title>FHS compliance note</title>