Home  >  Article  >  Operation and Maintenance  >  The difference between centos and suse installing jdk

The difference between centos and suse installing jdk

王林
王林Original
2020-03-30 11:27:133329browse

The difference between centos and suse installing jdk

The difference is as follows:

When centos installs jdk, the information is written in the .bash_profile file under that user.

Then execute the following command to make the configuration file take effect.

source .bash_profile

(Recommended tutorial: centos tutorial)

When suse installs jdk, the information is written in the .profile file under that user.

Then execute the following command to make the configuration file take effect.

source .profile

Related video tutorial recommendations: linux video tutorial

The above is the detailed content of The difference between centos and suse installing jdk. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn