how to set Environment Variable in linux

setting Environment Variable in suse linux
for example

$ ORACLE_HOSTNAME=somehost.us.acme.com
$ export ORACLE_HOSTNAME

and this command is for unsetting
$ unset ORACLE_HOME

see variables with
echo $ORACLE_HOME

Comments

Popular posts from this blog

Pyppeteer fix for BrowserError: Browser closed unexpectedly

overlay filesystem and containers

How to add pagination to django comments for your model