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