How to check linux version information

王林
Release: 2019-12-04 09:35:16
Original
4588 people have browsed it

How to check linux version information

How to check the version information under Linux, including the number of bits, version information, CPU core information, CPU specific model, etc. The entire CPU information is clear at a glance.

1. Check Linux version and current operating system kernel information

# uname -a
Copy after login

How to check linux version information

Online video tutorial sharing: linux video tutorial

2. Check the current operating system version information on Linux

# cat /proc/version
Copy after login

How to check linux version information

3. Check the current operating system release version information on Linux

# cat /etc/issue  或cat /etc/redhat-release
Copy after login

How to check linux version information

4. Check CPU related information on Linux, including model, main frequency, kernel information, etc.

# cat /proc/cpuinfo
Copy after login

How to check linux version information

5. Check version description on Linux. The current CPU is running in 32bit mode , but it does not mean that the CPU does not support 64bit

# getconf LONG_BIT
Copy after login

How to check linux version information

Recommended related articles and tutorials: linux tutorial

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