Changed sulogin's respawn in inittab to 'once'
[linux_from_scratch.git] / BOOK / appendixa / bash-desc.xml
blob66890ef9d50efb6ff4136a7c01f24f9706c5403f
1 <sect2><title>Contents of Bash</title>
3 <para>Last checked against version &bash-contversion;.</para>
5 <sect3><title>Program Files</title>
6 <para>bash, sh (link to bash) and bashbug</para></sect3>
8 <sect3><title>Descriptions</title>
10 <sect4><title>bash</title>
11 <para>bash is the Bourne-Again SHell, which is a widely used command
12 interpreter on Unix systems. The bash program reads from standard
13 input, the keyboard. A user types something and the program will evaluate
14 what he has typed and do something with it, like running a
15 program.</para></sect4>
17 <sect4><title>bashbug</title>
18 <para>bashbug is a shell script to help the user compose and mail bug
19 reports concerning bash in a standard format.</para></sect4>
21 <sect4><title>sh</title>
22 <para>sh is a symlink to the bash program.  When invoked as sh, bash 
23 tries to mimic the startup behavior of historical versions of sh as closely 
24 as possible, while conforming to the POSIX standard as
25 well.</para></sect4>
27 </sect3>
29 </sect2>