Home  >  Article  >  Operation and Maintenance  >  How to check linux system version

How to check linux system version

王林
王林Original
2020-04-27 15:16:346501browse

How to check linux system version

The command is as follows:

uname -a

Display computer and operating system related information

cat /proc/version

(Video tutorial recommendation: linux video tutorial )

Display the running kernel version

cat /etc/issue

or

cat /etc/redhat-release

View the current operating system release information

lsb_release -a

Applicable to all Linux, including Redhat, SuSE, Debian and other distributions, but under Debian you need to install lsb

cat /proc/cpuinfo

to view cpu related information, including model, main frequency, kernel information, etc.

Recommended tutorial: linux tutorial

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