Next: Preemptive Multitasking
Up: Overview
Previous: Processes
A process ``environment'' is a set of variables accessible to the
program. A program may modify its behavior depending on the value of
these variables.
An important aspect of environments is that they are inherited by their
children processes. In particular, a process inherits the environment
of the login shell or window manager from which it was spawned.
Reece Kimball Hart
1998-03-18