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; for example, FTP daemons traditionally disalā
15 low 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/bash
25 /bin/csh
26
28 chsh(1), getusershell(3), pam_shells(8)
29
31 This page is part of release 5.13 of the Linux man-pages project. A
32 description of the project, information about reporting bugs, and the
33 latest version of this page, can be found at
34 https://www.kernel.org/doc/man-pages/.
35
36
37
38 2020-06-09 SHELLS(5)