<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;
exec /bin/bash --login</userinput></screen></para>

</sect2>