When you first use OpenBSD it may seem scary, or foreign to you. This is mainly just because of the BSD utilities and the default shell.
Install the Ports collection
- cd /usr
- ftp ftp.openbsdmirror.org and retrieve ports.tar.gz
- tar xvfz ports.tar.gz in /usr dir
Install Bash Shell
- cd /usr/ports/shells/bash
- make install
Update your users entry
- Run “vipw”
- Change shell to /usr/local/bin/bash
Next post will be on changing your prompt to look more familiar.
Related posts:
- Installing Play Framework on OpenBSD 4.6 OpenBSD OpenBSD is a free, reliable and secure operating system....
#1 by parappa on April 1, 2007 - 12:53 am
Quote
Just because you *can* install bash on OpenBSD, why would anyone in their right mind want to?
http://www.openbsd.org/faq/faq10.html#rootshell
#2 by admin on April 1, 2007 - 1:40 am
Quote
I don’t run as root so I am not sure what you are getting at.
#3 by joe on April 1, 2007 - 2:58 am
Quote
eww. bash is disgusting.
try something a little lighter like ksh.