# chsh > Change the user's login shell. > More information: . - Change the current user's login shell interactively: `chsh` - Change the login shell for a given user to Zsh: `chsh --shell {{/bin/zsh}} {{username}}` - List available shells: `chsh --list-shells`