I like bash, mostly for its interactive features over FreeBSD’s standard Bourne-compatible shell, ash. Setting bash as the default shell for the root user however has a big downside: if you ever break bash or any of the libraries it depends on, you can’t log in as root anymore to fix it. I’ve tried quite [...]