Bash
The most commonly used shell for Linux distributions.
PATH environment variable
Variable containing a list that defines which directories the shell looks in for commands.
echo
Command that displays output in the terminal.
export
Command that turns a local variable into an environment variable
history
Command that outputs a list of previously executed commands.
type
Command that determines information about command type.