linux查看系统版本

linux主机

hostnamectl -- 可以查看​ “系统架构”,“发行版本”和“内核版本”等信息

 uname -a -- 查看内核版本

cat /proc/version -- 查看当前操作系统版本信息

cat /etc/issue ,lsb_release -a(ubuntu)-- 查看系统发行版本
cat /etc/redhat-release(centos)-- 查看系统发行版本

cat /proc/cpuinfo -- 查看cpu信息

docker容器

Ubuntu/Debian系统:cat /etc/os-release

CentOS/RHEL系统:cat /etc/redhat-release

Alpine Linux系统:cat /etc/alpine-release

你可能感兴趣的:(系统,linux,运维,服务器)