Blog Blog · October 28, 2008 · 1 min read

How to Change Shell to Bash

How To

If you’d like to change your shell to bash you can first view your shell by entering the following at the command line:

  • echo $SHELL

To change your shell to bash you’ll need to know it’s location. For FreeBSD enter the following to change your shell:

  • chsh -s /usr/local/bin/bash