📜  如何查找发行版名称 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:10.946000             🧑  作者: Mango

代码示例1
cat /etc/os-release
lsb_release -a
hostnamectl
Type the following command to find Linux kernel version:
uname -r