Back to Developer Roadmap

Environment Variables

src/data/roadmaps/linux/content/environment-variables@zwXEmpPYjA7_msS43z7I0.md

4.01.0 KB
Original Source

Environment Variables

Environment variables are dynamic named values that can affect the behavior of running processes in a shell. They exist in every shell session. A shell session's environment includes, but is not limited to, the user's home directory, command search path, terminal type, and program preferences.

Environment variables help to contribute to the fantastic and customizable flexibility you see in Unix systems. They provide a simple way to share configuration settings between multiple applications and processes in Linux.

Visit the following resources to learn more: