Bash: Where and How to make it your default shell

Bash: Where to get it

Bash can be gotten in two main places. The latest copy (including beta versions) can be gotten from slc2.ins.cwru.edu

The latest stable version can be retrieved from the main source of gnu software at prep.ai.mit.edu via ftp. There are also mirrors all over the world.

Bash: How to make it your default shell

Bash: Make sure its in /etc/shells

The complete path to bash must be in /etc/shells (on most unix systems) or you won't be able to ftp into your account.

up