freebsd set bash default shell

freebsd set bash default shell
First you need to figure out where bash was installed:
$ which bash

/usr/local/bin/bash
Now use chsh as show below

$chsh -s /usr/local/bin/bash
Password:
chsh: user information updated

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.