Shell / Commands

bash

English

Overview

A shell (a program that interprets commands) commonly used as the default on Linux.

Details

Short for Bourne Again SHell. The default shell in many Linux distributions, used for both interactive use and running scripts. Settings for interactive convenience, like the prompt and completion, mostly go in ~/.bashrc, while ~/.bash_profile is read first when bash starts as a login shell -- a distinction that trips people up.

More Linux terms