Home  >  Article  >  Operation and Maintenance  >  linux version view command

linux version view command

藏色散人
藏色散人Original
2019-06-06 10:25:0944795browse

linux version view command

1. Check the Linux kernel version command (two methods):

1, cat /proc/version

linux version view command

2. uname -a

linux version view command

2. Command to check the Linux system version (3 methods):

1. lsb_release -a will list all version information:

linux version view command

This command applies to all Linux distributions, including RedHat, SUSE, Debian... Wait for the release version.

2. cat /etc/redhat-release. This method is only suitable for Redhat-based Linux:

[root@S-CentOS home]# cat /etc/redhat-release
CentOS release 6.5 (Final)

3. cat /etc/issue. This command is also applicable to all Linux distributions. Version.

linux version view command

Related video recommendations: "Linux Tutorial"

The above is the detailed content of linux version view command. 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