Home >Operation and Maintenance >Linux Operation and Maintenance >How to check linux system version information
How to check the Linux system version information?
Enter "uname -a " to display information about the computer and operating system.
#Enter "cat /proc/version" to indicate the running kernel version.
Enter "cat /etc/issue", the release version information is displayed
lsb_release -a (applicable Suitable for all Linux, including Redhat, SuSE, Debian and other distributions, but lsb must be installed under Debian)
Notes
If you don’t know the command means. You can check its usage and detailed information through the "man command".
Recommended: "linux tutorial"
The above is the detailed content of How to check linux system version information. For more information, please follow other related articles on the PHP Chinese website!