home   contributing   bugs   download   online pages  

NAME | DESCRIPTION | FILES | EXAMPLE | SEE ALSO | COLOPHON


SHELLS(5)                     Linux Programmer's Manual                     SHELLS(5)

NAME         top

       shells - pathnames of valid login shells

DESCRIPTION         top

       /etc/shells is a text file which contains the full pathnames of valid login
       shells.  This file is consulted by chsh(1) and available to be queried by
       other programs.

       Be aware that there are programs which consult this file to find out if a user
       is a normal user.  E.g.: ftp daemons traditionally disallow access to users
       with shells not included in this file.

FILES         top

       /etc/shells

EXAMPLE         top

       /etc/shells may contain the following paths:

              /bin/sh
              /bin/csh

SEE ALSO         top

       chsh(1), getusershell(3)

COLOPHON         top

       This page is part of release 3.23 of the Linux man-pages project.  A
       description of the project, and information about reporting bugs, can be found
       at http://www.kernel.org/doc/man-pages/.

                                      1993-11-21                            SHELLS(5)