当前位置:首页 > linux > 正文

linux系统如何看系统版本(支持linux系统的无线网卡)

  • linux
  • 2024-03-16 06:21:01
  • 1523
如何查看 Linux 系统版本
使用 cat 命令
cat /etc/os-release
使用 lsb_release 命令(Ubuntu/Debian)
lsb_release -a
使用 uname 命令
uname -a
使用 hostnamectl 命令
hostnamectl
示例要素:
NAME: 操作系统名称(例如:Ubuntu、Debian、CentOS)
VERSION: 操作系统版本号(例如:20.04、11)
ID: 发行版标识符(例如:ubuntu、debian、centos)
PRETTY_NAME: 操作系统的完整名称(例如:Ubuntu 20.04 LTS)
Kernel: 内核版本号(例如:5.11.0-38-generic)
Machine: 系统架构(例如:x86_64)