0 votes
in Linux by
What is the export command used for?

1 Answer

0 votes
by
What is the export command used for?

The export command is used to set and reload the environment variables. For example, if you want to set the Java path, then the command would be:

$ export JAVA_HOME = /home/user/Java/bin

Related questions

+1 vote
asked May 10, 2021 in Linux by rajeshsharma
...