Term
|
Definition
The GNU Bourne Again Shell
- most common default shell for user accounts
- based on earlier bourne shell for unix but extends it in several ways
|
|
|
Term
|
Definition
The Bourne Shell
- bash shell is based on
- not often used in Linux
- somtimes symbolic link to bash
|
|
|
Term
|
Definition
Earlier C Shell
- fairly popular shell in some circles
- no major linux distro make it the default shell
- don't assign enviroment variables in the same way as tcsh as in bash
|
|
|
Term
|
Definition
Orginal C Shell
- if user is familiar with csh, then tcsh makes a good substitue
|
|
|
Term
|
Definition
The Korn Shell
- deisgned to take the best features of the Bourne Shell and the C Shell and extend them.
|
|
|
Term
|
Definition
The Z Shell
- takes shell evolution further than the Korn Shell
- incorporates features from earlier shells and adding a little more
|
|
|
Term
|
Definition
Symbollic link to the systems default shell /bin/bash |
|
|
Term
|
Definition
systems normal default shell path |
|
|
Term
Programs that enable you to run text-mode programs within Linux |
|
Definition
- terminal
- xterm
- konsole
- Many More...
|
|
|
Term
|
Definition
Commands that are built into shell |
|
|