How to check linux system version

王林
Release: 2020-05-08 16:47:42
Original
6565 people have browsed it

How to check linux system version

The command is as follows:

uname -a
Copy after login

Display computer and operating system related information

cat /proc/version
Copy after login

(Video tutorial recommendation: linux video tutorial )

Display the running kernel version

cat /etc/issue
Copy after login

or

cat /etc/redhat-release
Copy after login

View the current operating system release information

lsb_release -a
Copy after login

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

cat /proc/cpuinfo
Copy after login

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!

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