I'm working on Linux,
Can anybody please help me to set a env variable on Linux that will be available for all process running on the same machine?
|
I'm working on Linux, Can anybody please help me to set a env variable on Linux that will be available for all process running on the same machine? |
|||
|
|
You have to write the definition of your env variable into /etc/profile :
If that doesn't work, you could try /etc/environment |
|||||||
|