11 · The Command Line
PATH
Where the shell finds programs
A special environment variable listing the folders the shell searches for programs. If a command is “not found,” it usually isn't on your PATH.
Concrete example
You install a tool but get “command not found” — almost always a PATH problem.