lfs/chapter06/bash-inst.xml
2002-08-14 02:07:20 +00:00

14 lines
316 B
XML

<sect2>
<title>Installation of Bash</title>
<para>Install Bash by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
ln -sf bash /bin/sh &amp;&amp;
exec /bin/bash --login</userinput></screen></para>
</sect2>