如何获知自己的linux系统版本?
如何获知自己的系统版本?
通用命令:
1 | hostnamectl |
基于 Red Hat 的系统(如 CentOS、RHEL 等):
1 | cat /etc/redhat-release |
1 | lsb_release -a |
Debian、Ubuntu 和基于它们的系统:
1 | cat /etc/issue |
1 | lsb_release -a |
Fedora:
1 | cat /etc/fedora-release |
1 | lsb_release -a |
- 标题: 如何获知自己的linux系统版本?
- 作者: 三葉Leaves
- 创建于 : 2024-10-02 00:00:00
- 更新于 : 2024-11-23 16:44:12
- 链接: https://leavesblog.netlify.app/fee38eecf40e/
- 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
评论