bash-inst.xml 356 B

1234567891011121314
  1. <sect2>
  2. <title>Installation of Bash</title>
  3. <para>Install Bash by running the following commands:</para>
  4. <para><screen><userinput>./configure --prefix=/usr --with-curses \
  5. &nbsp;&nbsp;&nbsp;&nbsp;--bindir=/bin &amp;&amp;
  6. make &amp;&amp;
  7. make install &amp;&amp;
  8. ln -sf bash /bin/sh &amp;&amp;
  9. exec /bin/bash --login</userinput></screen></para>
  10. </sect2>