Jan 112010
How to list which login shells are available in the system
Answer:
View the file /etc/shells, and you will find all the valid login shells
$ cat /etc/shells
# /etc/shells: valid login shells
/bin/csh
/bin/sh
/usr/bin/es
/usr/bin/ksh
/bin/ksh
...
/bin/bash