diff options
Diffstat (limited to 'chapter03/introduction.xml')
-rw-r--r-- | chapter03/introduction.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index f02e92531..f24bab476 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -36,7 +36,7 @@ of the building process.</para> <emphasis>root</emphasis>, the following command before starting the download session:</para> -<screen role="nodump"><userinput>mkdir $LFS/sources</userinput></screen> +<screen role="nodump"><userinput>mkdir -v $LFS/sources</userinput></screen> <para>Make this directory writable and sticky. <quote>Sticky</quote> means that even if multiple users have write permission on a @@ -44,7 +44,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:</para> -<screen role="nodump"><userinput>chmod a+wt $LFS/sources</userinput></screen> +<screen role="nodump"><userinput>chmod -v a+wt $LFS/sources</userinput></screen> </sect1> |