1、详细说明:
我们查看linux 版本的时候通常uname -a 出来的信息如下
Linux localhost.localdomain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
其中3.10.0-862.el7.x86_64 这个即为内核发行版的信息了。
命名规则:
主版本号:3
次版本号:10【奇数为开发版本,偶数为稳定版本】
修订版本号:0【修改的次数】
此次版本的第N次修改:862
el7:redhat enterprise linux 7
x86_64:编译框架
2、综述
3.10 这个即为版本号,后面的为小版本号
3、参考文献以及依据
1、centos 7
2、http://loris-jand.iteye.com/blog/976121
3、http://blog.chinaunix.net/uid-24118190-id-4755520.html
4、https://linux.cn/article-2310-1.html#3_759
5、https://zhidao.baidu.com/question/579470120.html