I want to set an environmental variable that all users will have, where do I do this?
This is for users who login and also for certain processes that run under an account.
I want to set an environmental variable that all users will have, where do I do this?
This is for users who login and also for certain processes that run under an account.
You can set it in /etc/bash.bashrc
It will be available for all the users in the machine.