diff --git a/BOOK/materials/common/creatingbuilddir.xml b/BOOK/materials/common/creatingbuilddir.xml
index 60e71e1..ad67c1e 100644
--- a/BOOK/materials/common/creatingbuilddir.xml
+++ b/BOOK/materials/common/creatingbuilddir.xml
@@ -14,7 +14,7 @@
but depending on the location you choose, you may need to do this as the
root user:
-mkdir -p /mnt/clfs
+sudo mkdir -p /mnt/clfs
Assign it to the CLFS environment variable:
@@ -25,7 +25,7 @@
the location of the CLFS directory, you may need to do this
as the root user:
-chmod 777 ${CLFS}
+sudo chmod 777 ${CLFS}
Downloaded packages and patches will need to be stored somewhere
that is conveniently available throughout the entire build. A working