在 Fedora 下,我可以使用以下命令获取版本:
rpm -E %{fedora}
在CentOS下,我可以使用这个命令:
rpm -E %{centos}
红帽企业 Linux 的等效项是什么?
答案1
我找到了自己的答案。这适用于 RHEL 和 CentOS:
rpm -E %{rhel}
答案2
from man1uname
将系统信息打印为
~$ uname -a
Linux host 5.8.9-200.fc32.x86_64 #1 SMP Mon Sep 14 18:28:45 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
~$
答案3
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.8 (Maipo)