Skip to main content

Linux: Minimalistic Shell

If you ever log into a linux host, and the command prompt has only a '$', and there is no scrollable command history, then the shell may not be set to bash.

To change the user's shell to bash, do this:

sudo chsh -s /bin/bash usernam

Then, log out and back in, and you will have a bash shell.