centos man page for shells

Query: shells

OS: centos

Section: 5

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
shells - pathnames of valid login shells
DESCRIPTION
/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; for example, FTP daemons traditionally disallow access to users with shells not included in this file.
FILES
/etc/shells
EXAMPLE
/etc/shells may contain the following paths: /bin/sh /bin/bash /bin/csh
SEE ALSO
chsh(1), getusershell(3)
COLOPHON
This page is part of release 3.53 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/. 2012-12-31 SHELLS(5)
Related Man Pages
getusershell(3) - debian
setusershell(3) - debian
endusershell(3) - centos
getusershell(3) - hpux
getusershell(3) - opendarwin
Similar Topics in the Unix Linux Community
Unix Books
Another shellscript question
Shellscript to sort duplicate files listed in a text file
Automation of UI using shellscript
[Solved] Simple Shellscript for uploading files to a specific folder on a ftp-server?