View method: 1. Use the "uname -a" command to obtain the kernel version; 2. Use the "cat /proc/version" command to obtain the version information; 3. Use "cat /etc/issue" ” or “cat /etc/redhat-release” command to obtain release information.
The operating environment of this tutorial: Ubuntu12.04 system, Dell G3 computer.
How to check the operating system version, memory and other information in Linux:
1. Use uname -a
Linux view version current operating system kernel information
2. Use cat /proc/version
Linux Check the current operating system version information
3. Use cat /etc/issue
Or cat /etc/redhat-release
Linux view version current operating system release information
4. Use lsb_release -a
Recommended: Linux self-study video
The above is the detailed content of How to check the operating system version in linux?. For more information, please follow other related articles on the PHP Chinese website!