Different Login Shell Types (Bourne, Korn, C)
There are three major login shells:- The Bourne shell (sh)
- The original UNIX shell
- Now viewed as "limited" in its capabilities as a login shell
- The C shell (csh)
- Named after the C programming language
- Created at the University of California/Berkeley (UCB)
- Commonly used as a login shell
- The Korn shell (ksh)
- From AT&T
- Supports all Bourne shell commands
- Supports many C shell commands
- Adds new features