How to Change User’s Shell Environment in FreeBSD
In FreeBSD, user’s default shell environment is either sh or csh and I have installed Bash in FreeBSD and would like to change user’s shell environment to Bash.
To change user’s shell environment in FreeBSD.
shell> chsh -s /usr/local/bin/bash userid
To change your shell environment in FreeBSD
shell> chsh -s /usr/local/bin/bash