|
@@ -19,8 +19,7 @@ mv /usr/bin/chroot /usr/sbin</userinput></screen></para>
|
|
|
often used in shell scripts to evaluate conditions, but is more often
|
|
|
encountered in the form of <command>[ condition ]</command>. These brackets
|
|
|
are built into the bash interpreter, but the FHS dictates that there should be a
|
|
|
-<filename>[</filename> binary. We create that in this way, while still in the
|
|
|
-<filename class="directory">/bin</filename> directory:</para>
|
|
|
+<filename>[</filename> binary. Create it by running:</para>
|
|
|
|
|
|
<para><screen><userinput>ln -sf test /bin/[</userinput></screen></para>
|
|
|
|