From 59988921ebad528d4b2ea1a78be81f5feee490d5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 29 Sep 2005 20:55:40 +0000 Subject: Add -v to commands that accept it git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/introduction.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter03') diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index b6cfdc37b..b969b3cc8 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 -v $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 -v a+wt $LFS/sources -- cgit v1.2.3-54-g00ecf