Where is the best location that will work with the most flavors of Linux (Ubuntu, CentOS, Fedora, Etc) to store system wide environmental variables
?
Seems like all three of these locations will work. Which is the best?
/etc/environment
/etc/profile
/etc/bash.bashrc
Thanks.