Home > Article > Operation and Maintenance > linux version view command
1. Check the Linux kernel version command (two methods):
1, cat /proc/version
2. uname -a
2. Command to check the Linux system version (3 methods):
1. lsb_release -a will list all version information:
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.
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!