Home >Operation and Maintenance >Linux Operation and Maintenance >How to check linux kernel version
1. Ubuntu version view command
1. Use "uname -a"
2. Use "lsb_release -a"
3. Use "cat /etc/issue"
Related learning video tutorial sharing: linux video tutorial
2. CentOS version view command
1. Use "uname -a"
2. Use "lsb_release -a"
##3. Use "cat /etc/issue" Related article tutorial sharing:The above is the detailed content of How to check linux kernel version. For more information, please follow other related articles on the PHP Chinese website!