4BSD/usr/man/cat1/chsh.1

Compare this file to the similar file:
Show the results in this format:




CHSH(1)             UNIX Programmer's Manual              CHSH(1)



NAME
     chsh - change default login shell

SYNOPSIS
     chsh name [ shell ]

DESCRIPTION
     _C_h_s_h is a command similar to _p_a_s_s_w_d(1) except that it is
     used to change the login shell field of the password file
     rather than the password entry.  If no _s_h_e_l_l is specified
     then the shell reverts to the default login shell /_b_i_n/_s_h.
     Otherwise only /_b_i_n/_c_s_h or /_b_i_n/_o_l_d_c_s_h can be specified as
     the shell unless you are the super-user.

     An example use of this command would be

          chsh bill /bin/csh

SEE ALSO
     csh(1), passwd(1), passwd(5)



































Printed 11/10/80                                                1