sunny-zhao

一、查看Linux内核版本命令(两种方法):

1、cat /proc/version

2、uname -a

二、查看Linux系统版本的命令(3种方法):

复制代码
1、lsb_release -a
即可列出所有版本信息: 这个命令适用于所有的Linux发行版,包括Redhat、SuSE、Debian…等发行版。 2、cat /etc/redhat-release
这种方法只适合Redhat系的Linux:
3、cat /etc/issue
此命令也适用于所有的Linux发行版。
复制代码

参考:http://www.ha97.com/2987.html

分类:

技术点:

相关文章:

  • 2021-12-03
  • 2022-12-23
  • 2021-09-06
  • 2021-12-05
  • 2021-08-26
  • 2022-01-04
  • 2021-12-05
猜你喜欢
  • 2021-12-05
  • 2021-12-08
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
相关资源
相似解决方案