chsh(1) chsh(1)
NAME
chsh - change default login shell
SYNOPSIS
chsh name[shell]
DESCRIPTION
chsh is a command similar to passwd(1) except that it is
used to change the login shell field of the password file
rather than the password entry. If no shell is specified
then the shell reverts to the default login shell /bin/sh.
Otherwise only /bin/csh or /bin/ksh can be specified as the
shell unless you are the super-user.
An example use of this command would be
chsh bill /bin/csh
FILES
/usr/ucb/chsh
SEE ALSO
csh(1), passwd(1), passwd(5).
Page 1 (last mod. 1/20/87)