diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 120eaae44..b6cfdc37b 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -35,7 +35,7 @@ of the building process. root, the following command before starting the download session: -mkdir $LFS/sources +mkdir $LFS/sources Make this directory writable and sticky. Sticky means that even if multiple users have write permission on a @@ -43,7 +43,7 @@ directory, only the owner of a file can delete the file within a sticky directory. The following command will enable the write and sticky modes: -chmod a+wt $LFS/sources +chmod a+wt $LFS/sources