diff options
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r-- | chapter06/creatingdirs.xml | 7 |
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 && 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> |