|
Kansas State University at Salina Introduction to Unix |
|
The shell is the interface between the command prompt user and the operating system. It interprets the user’s commands and invokes the appropriate systems calls so that the commands are executed.
change your login shell
SYNOPSIS
chsh [ -s shell ] [ -l ] [ username ]
DESCRIPTION
chsh is used to change your login shell. If a shell is not given on the command line, chsh prompts for one. The new shell must be one of the shells listed in the /etc/shells file.