linux version view command

藏色散人
Release: 2019-06-06 10:25:09
Original
45083 people have browsed it

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)
Copy after login

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!

Related labels:
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