uname -a
FreeBSD freebsd-963 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Mon Oct 21 21:22:37 ADT 2013 [email protected]:/usr/obj/i386.i386/usr/src/sys/GHOSTBSD i386
When I installed Ghostbsd I chose the bash shell. For non-root "$" shells I think I do get bash. But for root "#" shells I get what I think is "fish" . How do I change the root shell so that it is always bash?
Thanks
Change Root Shell From Fish to Bash
Re: Change Root Shell From Fish to Bash
I think if you open a root terminal and run alter it to what you want and save it.
Code: Select all
chsh
Linux user since 1999; & now a BSD user.
Re: Change Root Shell From Fish to Bash
As root run it will do what you want.
Code: Select all
chsh -s /usr/local/bin/bash