Environnement var - sinsunsan/archiref_wiki GitHub Wiki

$PATH is one of the environment variable
It's system variable that are available to bash script in all th system

Its possible to print all defined variables

printenv

It's possible to save a new value for a variable with export

export TMPDIR=/tmp1