How to check linux system version information

藏色散人
Release: 2019-12-14 17:38:50
Original
3264 people have browsed it

How to check linux system version information

How to check the Linux system version information?

Enter "uname -a " to display information about the computer and operating system.

How to check linux system version information

#Enter "cat /proc/version" to indicate the running kernel version.

How to check linux system version information

Enter "cat /etc/issue", the release version information is displayed

How to check linux system version information

lsb_release -a (applicable Suitable for all Linux, including Redhat, SuSE, Debian and other distributions, but lsb must be installed under Debian)

How to check linux system version information

Notes

If you don’t know the command means. You can check its usage and detailed information through the "man command".

Recommended: "linux tutorial"

The above is the detailed content of How to check linux system 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!