View Single Post
  #3   (View Single Post)  
Old 16th June 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by bsdnewbie999 View Post
What terminals are available in OpenBSD for a newly installed system?
  • the Korn shell (ksh(1)).
  • the C shell (csh(1)).
  • the restricted Korn shell (see the discussion for -r in ksh(1)).
  • the Bourne shell (sh(1)).
Note that with the last two, these are simply copies of /bin/ksh.
Quote:
Is there a port for bash...
Yes, see the following list of shells found in packages/ports:

http://openports.se/shells
Quote:
...and how do i change the default terminal to bash?
See the manpage for chsh(1).

This is also covered in Section 10.17 of the FAQ:

http://openbsd.org/faq/faq10.html#rootshell

Once you become comfortable with editing the password file, you can change the shell directly.
Reply With Quote