diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml
index 3003c052d..f23e3dbc8 100644
--- a/chapter06/shellutils-inst.xml
+++ b/chapter06/shellutils-inst.xml
@@ -21,7 +21,7 @@ often used in shell scripts to evaluate conditions, but is more often
encountered in the form of [ condition ]. These brackets
are built into the bash interpreter, but the FHS dictates that there should be a
[ binary. We create that in this way, while still in the
-/usr/bin directory:
+/bin directory:
cd /bin &&
ln -sf test [