14383 shaares
5331 private links
5331 private links
Environment variables are named strings available to all applications. Variables are used to adapt each application's behavior to the environment it is running in. You might define paths for files, language options, and so on. You can see each application's manual to see what variables are used by that application. //
To see your currently defined variables, open up your terminal and type the env
command.