shells(5) linux man page | unix.com

Man Page: shells

Operating Environment: linux

Section: 5

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.
FILES
/etc/shells
EXAMPLE
/etc/shells may contain the following paths: /bin/sh /bin/csh
SEE ALSO
chsh(1), getusershell(3)
COLOPHON
This page is part of release 3.27 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/. 1993-11-21 SHELLS(5)
Related Man Pages
getusershell(3) - linux
setusershell(3) - linux
chsh(1) - centos
endusershell(3) - centos
endusershell(3) - suse
Similar Topics in the Unix Linux Community
Shellscript to sort duplicate files listed in a text file
Generating XMLfile using shellscript
Create an .csv/excel file using shellscript
Automation of UI using shellscript
Extract TAG name and XPATH from XML file via shellscript