Yes, I have to admit this is the first thing I do on my account after installing FreeBSD :). This example however, comes from a Linux box (you may notice it due to the default installation paths for the shells).
$ chsh -l
/bin/ash
/bin/bash
/bin/csh
/bin/tcsh
The command above lists the available shells. (I have omitted some of the entries to shorten the list).
$ chsh -s /bin/bash
The next time you log in, your shell will be bash.
Enjoy!
Add your comment below, or trackback from your own site.
Subscribe to these comments.
Be nice. Keep it clean. Stay on topic. No spam.
You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>