diff options
Diffstat (limited to 'chapter03/creatingdirs.xml')
-rw-r--r-- | chapter03/creatingdirs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index 543320fc4..723bfe71c 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -40,7 +40,7 @@ desired for all directories. I haven't checked the FHS if they suggest default modes for certain directories, so I'll just change the modes for a few directories that make sense to change. The first change is a mode 0750 for the $LFS/root directory. This is to make sure that not just -everybody can enter the /root directory (the same you would do with +everybody can enter the /root directory (the same a user would do with /home/username directories). The second change is a mode 1777 for the tmp directories. This way every user can write stuff to the /tmp directory if they need to. The sticky (1) bit makes sure users can't delete other @@ -57,9 +57,9 @@ such a way that every body (owner, group, world) can write to that directory. </literallayout></blockquote> <para> -Now that the directories are created, copy the source files you have -downloaded in chapter 3 to some subdirectory under $LFS/usr/src (you will -need to create this subdirectory yourself). +Now that the directories are created, copy the source files that were +downloaded in chapter 3 to some subdirectory under $LFS/usr/src (this +directory needs to be created yet). </para> </sect1> |