Bash
From FreeBSDwiki
(Difference between revisions)
Line 1: | Line 1: | ||
The Bourne Again Shell (located in /bin/bash) is the default shell of the [[Linux]] operating system and is the shell that users of that system will likely be most familiar with. | The Bourne Again Shell (located in /bin/bash) is the default shell of the [[Linux]] operating system and is the shell that users of that system will likely be most familiar with. | ||
− | [[ | + | Note: Bash is ''not'' available by default in the base system, but can easily be installed from [[Category:Ports|ports]] if desired. |
Other shells that you can install and customize for ease of use are the [[bash]], [[tcsh]], [[psh]], [[ksh]], [[zsh]]. | Other shells that you can install and customize for ease of use are the [[bash]], [[tcsh]], [[psh]], [[ksh]], [[zsh]]. | ||
+ | |||
+ | see also: [http://cnswww.cns.cwru.edu/php/chet/bash/bashtop.html bash homepage] | ||
[[Category: Shells]] | [[Category: Shells]] | ||
[[Category: The Command Line]] | [[Category: The Command Line]] |
Revision as of 19:48, 23 August 2004
The Bourne Again Shell (located in /bin/bash) is the default shell of the Linux operating system and is the shell that users of that system will likely be most familiar with.
Note: Bash is not available by default in the base system, but can easily be installed from if desired.
Other shells that you can install and customize for ease of use are the bash, tcsh, psh, ksh, zsh.
see also: bash homepage