Table of Contents

bash

Information

I like/know bash more than csh, so it's time to install and use bash instead…

Proceedure

  1. # cd /usr/ports/shells/bash
  2. # make install clean
  3. to set bash as the default shell for root, execute:
    # chpass -s /usr/local/bin/bash
  4. to set bash as the default for any other user, simply log in as them, and execute the above command