From ab8b3526fa47ad4fd098fe6135492c739e0feb4a Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Fri, 16 Mar 2001 22:22:33 +0000 Subject: You git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@333 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/creatingdirs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter03/creatingdirs.xml') 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. -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). -- cgit v1.2.3-54-g00ecf