imrobin

命令行查看linux发行版版本信息

有时候安装完自己的linux发行版系统(如ubuntu、centos、redhat、opensuse、……)时,把版本信息忽略了,又不想重启电脑,此时我们可以通过命令行方式来查看:

1.cat /etc/issue

2.lsb_release -a

其中lsb代表什么呢?LSB:Linux Standard Base。

3.cat /etc/redhat-release(针对redhat,Fedora)

posted on 2014-05-31 21:06  Junior Panda  阅读(1648)  评论(0编辑  收藏  举报

分类:

技术点:

相关文章:

  • 2021-12-22
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-05-20
  • 2021-12-05
猜你喜欢
  • 2021-12-21
  • 2021-12-31
  • 2022-03-11
  • 2021-08-18
  • 2022-12-23
  • 2021-12-03
  • 2021-12-20
相关资源
相似解决方案