aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/creatingdirs.xml5
-rw-r--r--index.xml4
2 files changed, 4 insertions, 5 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 65708779a..7b5da0382 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -32,9 +32,8 @@ directories. This way, any user can write data to the /tmp or /var/tmp
directory but cannot remove another user's files (the latter is caused
by the so-called "sticky bit" - bit 1 of the 1777 bit mask).</para>
-<para><screen><userinput>cd / &amp;&amp;
-chmod 0750 root &amp;&amp;
-chmod 1777 tmp var/tmp</userinput></screen></para>
+<para><screen><userinput>chmod 0750 /root &amp;&amp;
+chmod 1777 /tmp /var/tmp</userinput></screen></para>
<para>Now that the directories are created, copy the source files that were
downloaded in chapter 3 to some subdirectory under $LFS/usr/src (you
diff --git a/index.xml b/index.xml
index 75e64daab..ff0bd4d82 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20020525">
-<!ENTITY releasedate "May 25th, 2002">
+<!ENTITY version "20020526">
+<!ENTITY releasedate "May 26th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">