1SHELLS(5) Linux Programmer's Manual SHELLS(5)
2
3
4
6 shells - pathnames of valid login shells
7
9 /etc/shells is a text file which contains the full pathnames of valid
10 login shells. This file is consulted by chsh(1) and available to be
11 queried by other programs.
12
13 Be aware that there are programs which consult this file to find out if
14 a user is a normal user. E.g.: ftp daemons traditionally disallow
15 access to users with shells not included in this file.
16
18 /etc/shells
19
21 /etc/shells may contain the following paths:
22
23 /bin/sh
24 /bin/csh
25
27 chsh(1), getusershell(3)
28
30 This page is part of release 3.22 of the Linux man-pages project. A
31 description of the project, and information about reporting bugs, can
32 be found at http://www.kernel.org/doc/man-pages/.
33
34
35
36 1993-11-21 SHELLS(5)