Install bash under FreeBSD
Login as root and type the following command:
portsnap update extract
cd /usr/ports/shells/bash
make install clean
To use bash shell, enter:
bash
To set bash as default, shell enter:
chsh -s /usr/local/bin/bash {username}
chsh -s /usr/local/bin/bash admin