aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash-inst.xml
blob: c6d5b060836d2fa4eed9acc01f335e5e477ebe0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<sect2>
<title>Installation of Bash</title>

<para>Install Bash by running the following commands:</para>

<para><screen><userinput>./configure --prefix=/usr --with-curses \
&nbsp;&nbsp;&nbsp;&nbsp;--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>