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

The difference between centos and suse installing jdk

王林
Release: 2020-03-30 11:27:13
Original
3362 people have browsed it

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
Copy after login

(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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template