zhouhaibing

1、查看centos 的发行版本号

[zhou@localhost ~]$ cat /etc/redhat-release
CentOS Linux release 8.1.1911 (Core)
[zhou@localhost ~]$

 

2、查看linux内核版本号
[zhou@localhost ~]$ cat /proc/version
Linux version 4.18.0-147.3.1.el8_1.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 8.3.1 20190507 (Red Hat 8.3.1-4) (GCC)) #1 SMP Fri Jan 3 23:55:26 UTC 2020


[zhou@localhost ~]$ uname -a
Linux localhost.localdomain 4.18.0-147.3.1.el8_1.x86_64 #1 SMP Fri Jan 3 23:55:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[zhou@localhost ~]$

分类:

技术点:

相关文章:

  • 2021-11-08
  • 2022-12-23
  • 2021-07-25
  • 2021-12-26
  • 2021-11-08
  • 2021-08-07
猜你喜欢
  • 2021-12-26
  • 2022-02-07
  • 2021-12-26
  • 2021-11-08
  • 2021-11-08
相关资源
相似解决方案