To view the available shells on your system, you can check the /etc/shells file. You can do this by running the following command in the terminal:
cat /etc/shells
This will display a list of all the shells that are installed and available for use on your system. Common shells you might see include:
/bin/sh/bin/bash/bin/zsh/bin/dash/bin/fish/usr/bin/tcsh/usr/bin/csh
Make sure to check the output of the command for the specific shells available on your system.
