Changing your login shell
To change your login shell (e.g., to bash),
enter the following command at the prompt.
passwd -r nis -e <LOGNAME>
where <LOGNAME> is your login name (e.g., cps444-n1.01 or
cps544-n1.01).
The path to the Bash shell (Bourne Again SHell)
is /bin/bash. The
path to the Korn shell is /bin/ksh. The
shell is the user's command line
interface to the UNIX system.
The Bash and Korn
shells have more user friendly features, such as command and
filename completion
(using the TAB key), than the C shell (i.e., csh, the default
login shell for your account).