If you have always used bash on your machines and now you have FreeBSD with default shell sh/csh this is an article how to change it with bash. Firstly we have to install the bash shell. We can use the ports packat manager of FreeBSD. We can follow this 2 commands: cd /usr/ports/shells/bash make install […]