]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man5/shells.5
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man5 / shells.5
CommitLineData
fea681da
MK
1.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Thu May 20 20:45:48 MET DST 1993
2.\"
3.\" This is free documentation; you can redistribute it and/or
4.\" modify it under the terms of the GNU General Public License as
5.\" published by the Free Software Foundation; either version 2 of
6.\" the License, or (at your option) any later version.
7.\"
8.\" The GNU General Public License's references to "object code"
9.\" and "executables" are to be interpreted as the output of any
10.\" document formatting or typesetting system, including
11.\" intermediate and printed output.
12.\"
13.\" This manual is distributed in the hope that it will be useful,
14.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16.\" GNU General Public License for more details.
17.\"
18.\" You should have received a copy of the GNU General Public
19.\" License along with this manual; if not, write to the Free
20.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
21.\" USA.
22.\"
23.\" Modified Sat Jul 24 17:11:07 1993 by Rik Faith (faith@cs.unc.edu)
24.\" Modified Sun Nov 21 10:49:38 1993 by Michael Haardt
25.\" Modified Sun Feb 26 15:09:15 1995 by Rik Faith (faith@cs.unc.edu)
26.TH SHELLS 5 1993-11-21 "" "Linux Programmer's Manual"
27.SH NAME
28shells \- pathnames of valid login shells
29.SH DESCRIPTION
8478ee02 30.I /etc/shells
fea681da
MK
31is a text file which contains the full pathnames of valid login shells.
32This file is consulted by
33.BR chsh (1)
34and available to be queried by other programs.
35.PP
36Be aware that there are programs which consult this file to
c13182ef
MK
37find out if a user is a normal user.
38E.g.: ftp daemons traditionally
fea681da 39disallow access to users with shells not included in this file.
9b336505 40.SH EXAMPLE
8478ee02 41.I /etc/shells
fea681da
MK
42may contain the following paths:
43.sp
44.RS
45.I /bin/sh
46.br
47.I /bin/csh
48.RE
49.SH FILES
50.I /etc/shells
51.SH "SEE ALSO"
52.BR chsh (1),
53.BR getusershell (3)