bash.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-bash" role="wrap">
  8. <?dbhtml filename="bash.html"?>
  9. <sect1info condition="script">
  10. <productname>bash</productname>
  11. <productnumber>&bash-version;</productnumber>
  12. <address>&bash-url;</address>
  13. </sect1info>
  14. <title>Bash-&bash-version;</title>
  15. <indexterm zone="ch-system-bash">
  16. <primary sortas="a-Bash">Bash</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Bash package contains the Bourne-Again SHell.</para>
  21. <segmentedlist>
  22. <segtitle>&buildtime;</segtitle>
  23. <segtitle>&diskspace;</segtitle>
  24. <seglistitem>
  25. <seg>&bash-ch6-sbu;</seg>
  26. <seg>&bash-ch6-du;</seg>
  27. </seglistitem>
  28. </segmentedlist>
  29. </sect2>
  30. <sect2 role="installation">
  31. <title>Installation of Bash</title>
  32. <para>If you downloaded the Bash documentation tarball and wish to install
  33. HTML documentation, issue the following commands:</para>
  34. <screen><userinput remap="pre">tar -xvf ../bash-doc-&bash-doc-version;.tar.gz
  35. sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
  36. Makefile.in</userinput></screen>
  37. <para>Apply fixes for several bugs discovered since the initial release of
  38. Bash-&bash-version;:</para>
  39. <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
  40. <para>Prepare Bash for compilation:</para>
  41. <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \
  42. --without-bash-malloc --with-installed-readline</userinput></screen>
  43. <variablelist>
  44. <title>The meaning of the configure options:</title>
  45. <varlistentry>
  46. <term><parameter>--with-installed-readline</parameter></term>
  47. <listitem>
  48. <para>This option tells Bash to use the <filename
  49. class="libraryfile">readline</filename> library that is already
  50. installed on the system rather than using its own readline
  51. version.</para>
  52. </listitem>
  53. </varlistentry>
  54. </variablelist>
  55. <para>Compile the package:</para>
  56. <screen><userinput remap="make">make</userinput></screen>
  57. <para>Skip down to <quote>Install the
  58. package</quote> if not running the test suite.</para>
  59. <para>To prepare the tests, ensure that the locale
  60. setting from our environment will be used and that the <systemitem
  61. class="username">nobody</systemitem> user can read the standard input
  62. device and write to the sources tree:</para>
  63. <screen><userinput remap="test">sed -i 's/LANG/LC_ALL/' tests/intl.tests
  64. sed -i 's@tests@&amp; &lt;/dev/tty@' tests/run-test
  65. chown -Rv nobody ./</userinput></screen>
  66. <para>Now, run the tests as the <systemitem
  67. class="username">nobody</systemitem> user:</para>
  68. <screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
  69. <para>Install the package:</para>
  70. <screen><userinput remap="install">make install</userinput></screen>
  71. <para>Run the newly compiled <command>bash</command> program (replacing the one that is
  72. currently being executed):</para>
  73. <screen role="nodump"><userinput>exec /bin/bash --login +h</userinput></screen>
  74. <note>
  75. <para>The parameters used make the <command>bash</command>
  76. process an interactive login shell and continue to disable hashing so
  77. that new programs are found as they become available.</para>
  78. </note>
  79. </sect2>
  80. <sect2 id="contents-bash" role="content">
  81. <title>Contents of Bash</title>
  82. <segmentedlist>
  83. <segtitle>Installed programs</segtitle>
  84. <seglistitem>
  85. <seg>bash, bashbug, and sh (link to bash)</seg>
  86. </seglistitem>
  87. </segmentedlist>
  88. <variablelist>
  89. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  90. <?dbfo list-presentation="list"?>
  91. <?dbhtml list-presentation="table"?>
  92. <varlistentry id="bash">
  93. <term><command>bash</command></term>
  94. <listitem>
  95. <para>A widely-used command interpreter; it performs many types of
  96. expansions and substitutions on a given command line before executing
  97. it, thus making this interpreter a powerful tool</para>
  98. <indexterm zone="ch-system-bash bash">
  99. <primary sortas="b-bash">bash</primary>
  100. </indexterm>
  101. </listitem>
  102. </varlistentry>
  103. <varlistentry id="bashbug">
  104. <term><command>bashbug</command></term>
  105. <listitem>
  106. <para>A shell script to help the user compose and mail standard
  107. formatted bug reports concerning <command>bash</command></para>
  108. <indexterm zone="ch-system-bash bashbug">
  109. <primary sortas="b-bashbug">bashbug</primary>
  110. </indexterm>
  111. </listitem>
  112. </varlistentry>
  113. <varlistentry id="sh">
  114. <term><command>sh</command></term>
  115. <listitem>
  116. <para>A symlink to the <command>bash</command> program; when invoked
  117. as <command>sh</command>, <command>bash</command> tries to mimic the
  118. startup behavior of historical versions of <command>sh</command> as
  119. closely as possible, while conforming to the POSIX standard as
  120. well</para>
  121. <indexterm zone="ch-system-bash sh">
  122. <primary sortas="b-sh">sh</primary>
  123. </indexterm>
  124. </listitem>
  125. </varlistentry>
  126. </variablelist>
  127. </sect2>
  128. </sect1>