chsh
chsh is used to change your login shell. If a shell is not given on the command line, chsh prompts for one.[1]
Documentation
- man 1 'chsh' [EN]
Syntax
chsh [PARAMETER ...] [USER]
Parameters
- -s, --shell
- Specify your login shell.
- -l, --list-shells
- Print the list of shells listed in /etc/shells and exit.
References
- ↑ man 1 'chsh'