Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 933 Bytes

executing-commands-bash-reference-manual.md

File metadata and controls

4 lines (2 loc) · 933 Bytes

Executing Commands (Bash Reference Manual)

Simple Command Expansion: How Bash expands simple commands before executing them. • Command Search and Execution: How Bash finds commands and runs them. • Command Execution Environment: The environment in which Bash executes commands that are not shell builtins. • Environment: The environment given to a command. • Exit Status: The status returned by commands and how Bash interprets it. • Signals: What happens when Bash or a command it runs receives a signal.