|
|
coherent
environ Technical Information environ
Process environment
extern char **environ;
environ is an array of strings, called the environment of a
process. By convention, each string has the form
_n_a_m_e=_v_a_l_u_e
Normally, each process inherits the environment of its parent
process. The shell sh and various forms of exec can change the
environment. The shell adds the name and value of each shell
variable marked for export to the environment of subsequent com-
mands. The shell adds assignments given on the same line as a
command to the environment of the command, without affecting sub-
sequent commands.
***** See Also *****
exec, getenv(), sh, technical information
COHERENT Lexicon Page 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.