- $ cat /etc/shells
- # List of acceptable shells for chpass(1).
- # Ftpd will not allow users to connect who are not using
- # one of these shells.
-
- /bin/bash
- /bin/csh
- /bin/dash
- /bin/ksh
- /bin/sh
- /bin/tcsh
- /bin/zsh
- $ echo $SHELL
- /bin/zsh
- $ chsh -s /bin/bash
- $ chsh -s /bin/zsh