redhat man page for shells

Query: shells

OS: redhat

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. E.g.: ftp daemons traditionally disallow access to users with shells not included in this file.
EXAMPLES
/etc/shells may contain the following paths: /bin/sh /bin/csh
FILES
/etc/shells
SEE ALSO
chsh(1), getusershell(3) 1993-11-21 SHELLS(5)
Related Man Pages
chsh(1) - linux
chsh(1) - debian
chsh(1) - centos
chsh(1) - x11r4
chsh(1) - sunos
Similar Topics in the Unix Linux Community
Shellscript to sort duplicate files listed in a text file
Generating XMLfile using shellscript
mysql query in shellscript
'*' not working in shellscript
[Solved] Simple Shellscript for uploading files to a specific folder on a ftp-server?