Skip to main content
Active reading [<https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29>].
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

Set the variable in file /etc/profile/etc/profile (create the file if needed). That will essentially make the variable available to every bashBash process.

Set the variable in /etc/profile (create the file if needed). That will essentially make the variable available to every bash process.

Set the variable in file /etc/profile (create the file if needed). That will essentially make the variable available to every Bash process.

Source Link
nicerobot
  • 9.3k
  • 6
  • 45
  • 44

Set the variable in /etc/profile (create the file if needed). That will essentially make the variable available to every bash process.