aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-22 22:26:46 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-22 22:26:46 +0000
commit360e2c43cd050de14a654927da9a7610af9e38ce (patch)
treefa36484dc5954a41335c6ec7ddf0b305c020129d /chapter06/creatingdirs.xml
parent1612f40eb9f1b8ea766ea308e40d6b3fe14f6fc5 (diff)
Adding some markup and doing miscellaneous shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 1b375fd7b..810526d25 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -23,7 +23,8 @@ mkdir -p /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
<para>Directories are, by default, created with permission mode 755, but this
isn't desirable for all directories. We will make two changes: one to the home
-directory of root, and another to the directories for temporary files.</para>
+directory of <emphasis>root</emphasis>, and another to the directories for
+temporary files.</para>
<screen><userinput>chmod 0750 /root
chmod 1777 /tmp /var/tmp</userinput></screen>