3.3 Shell FlavorsMany different UNIX shells are available. This quick reference describes the three most popular shells:
Most systems have more than one shell, and people will often use the Bourne shell for writing shell scripts and will use another shell for interactive use. The /etc/passwd file determines which shell takes effect during your interactive UNIX session. When you log in, the system checks your entry in /etc/passwd . The last field of each entry calls a program to run as the default shell. For example:
You can change to another shell by typing the program name at the command line. For example, to change from the Bourne shell to the C shell, type:
$ |
|