0

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.

Blankman
  • 8,605

1 Answers1

1

You can set it in /etc/bash.bashrc

It will be available for all the users in the machine.

s.m
  • 2,287