|
create new environment variable
how to create new environment variable??
Example : when I type "env", i will see list of variables like HOME,TERM .... . So i want to set a new variable Dir="/root/Question"
And Dir variable will be display when i type "env"
|