Appearance
Share this post
cat /etc/shells
echo $SHELL
chsh -s /path/to/shell
Examples:
chsh -s /bin/sh chsh -s /bin/bash chsh -s /bin/zsh