Home  >  Article  >  Operation and Maintenance  >  How to check version information in centos system

How to check version information in centos system

王林
王林Original
2020-03-20 18:06:1415580browse

How to check version information in centos system

Three ways to view system version information:

The first way:

uname -a

How to check version information in centos system

(recommended Tutorial: centos usage tutorial)

Second way:

cat /etc/redhat-release

How to check version information in centos system

Third way:

cat /proc/version

How to check version information in centos system

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to check version information in centos system. 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