Home > Operation and Maintenance > Linux Operation and Maintenance > How to query system version information in linux

How to query system version information in linux

青灯夜游
Release: 2022-01-05 18:36:02
Original
32295 people have browsed it

How to query the Linux system version information: 1. Use the "uname -a" command; 2. Use the "cat /proc/version" command to obtain the running kernel version; 3. Use "cat / etc/issue" command; 4. Use the "lsb_release -a" command.

How to query system version information in linux

#The operating environment of this tutorial: Red Hat Enterprise Linux 5 system, Dell G3 computer.

How to check version information in Linux system

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

How to query system version information in linux

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

How to query system version information in linux

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

How to query system version information in linux

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

How to query system version information in linux

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