LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to clear the settings (https://www.linuxquestions.org/questions/linux-software-2/how-to-clear-the-settings-895022/)

thomas2004ch 08-02-2011 01:40 AM

How to clear the settings
 
Hi,

If I set the environment such like
Code:

export JAVA_HOME=/usr/...
or
Code:

set JAVA_HOME=/usr/...
How can I clear all this settings?


Thomas

Raum the Old 08-02-2011 01:53 AM

unset JAVA_HOME

man bash

thomas2004ch 08-03-2011 01:08 AM

why use man bash?

thomas2004ch 08-03-2011 01:12 AM

If I using export JAVA_HOME=..., how can I clear this?


All times are GMT -5. The time now is 06:35 PM.