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

How to check linux version information

王林
王林Original
2019-12-25 17:01:174675browse

How to check linux version information

1. Check the current operating system kernel information

uname -a

How to check linux version information

2. Check the current operating system version information

Free video tutorial sharing: linux video tutorial

cat /proc/version

How to check linux version information

3. View the current operating system release version information

cat /etc/issue 
cat /etc/redhat-release

How to check linux version information

4. List all version information

lsb_release -a

How to check linux version information

If command not found appears, it means that lsb_realease is not installed. You can execute the command yum install -y redhat-lsb installs lsb_realease. After the installation is completed, the version information is as follows:

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!

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