Set Envonment Variable in Linux: Revision history

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2024

19 July 2024

  • curprev 15:3215:32, 19 July 2024Mflavell talk contribs 301 bytes +301 Created page with "=Displaying a Varable= echo $VARABLENAME =Setting a Varible= export VARIABLE_NAME=value =Make Varable Persistant= Add to bash RC: vi ~/.bashrc Source it source .bashrc Open a new session to test =References= https://www.freecodecamp.org/news/how-to-set-an-environment-variable-in-linux/"