mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
removed sentence refering to cd'ing first which isn't true anymore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f49cf1a792
commit
a81d3ab061
@ -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>
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20020518">
|
||||
<!ENTITY releasedate "May 18th, 2002">
|
||||
<!ENTITY version "20020521">
|
||||
<!ENTITY releasedate "May 21st, 2002">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
|
Loading…
Reference in New Issue
Block a user