added fileutils test

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2001-08-17 11:20:12 +00:00
parent a1c95d1c0e
commit ec710a37fd

View File

@ -19,5 +19,11 @@ those using glibc-2.2.3 are:
<userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
<userinput>ln -s ../../bin/install</userinput></screen></para>
<para>Once you have installed fileutils, you can test whether the
segmentation fault problem has been avoided by running
<userinput>$LFS/bin/ls</userinput>. If this works then you are OK, if
not, then you need to re-do the installation using the seds if you
didn't the first time or vice-versa.</para>
</sect2>