aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash-inst.xml
blob: 88f6aa874c2c3d037b78eb1ca4787f76800ee3b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>