|
@@ -30,7 +30,7 @@ directory of root, and another to the directories for temporary files.</para>
|
|
|
<para><screen><userinput>chmod 0750 /root &&
|
|
|
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>
|
|
|
|