|
|
1.1 ! root 1: ! 2: ! 3: environ Technical Information environ ! 4: ! 5: ! 6: ! 7: ! 8: Process environment ! 9: ! 10: ! 11: extern char **environ; ! 12: ! 13: environ is an array of strings, called the environment of a ! 14: process. By convention, each string has the form ! 15: ! 16: ! 17: _n_a_m_e=_v_a_l_u_e ! 18: ! 19: ! 20: Normally, each process inherits the environment of its parent ! 21: process. The shell sh and various forms of exec can change the ! 22: environment. The shell adds the name and value of each shell ! 23: variable marked for export to the environment of subsequent com- ! 24: mands. The shell adds assignments given on the same line as a ! 25: command to the environment of the command, without affecting sub- ! 26: sequent commands. ! 27: ! 28: ***** See Also ***** ! 29: ! 30: exec, getenv(), sh, technical information ! 31: ! 32: ! 33: ! 34: ! 35: ! 36: ! 37: ! 38: ! 39: ! 40: ! 41: ! 42: ! 43: ! 44: ! 45: ! 46: ! 47: ! 48: ! 49: ! 50: ! 51: ! 52: ! 53: ! 54: ! 55: ! 56: ! 57: ! 58: ! 59: ! 60: ! 61: ! 62: ! 63: ! 64: COHERENT Lexicon Page 1 ! 65: ! 66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.