Introducing UNIX and Linux |
Processes and devicesOverview |
EnvironmentAnother communication mechanism employed by UNIX is that of the environment. If you are already familiar with a programming language, the environment is a collection of variable names together with an associated value for each one. Unlike most other languages, variables in UNIX are usually regarded as character-strings, and only interpreted as numbers (or other data types) in specific circumstances. |
Copyright © 2002 Mike Joy, Stephen Jarvis and Michael Luck