如果想知道Linux Kernel的版本信息,“uname -a”;
如果想知道Red Hat Enterprise Linux的具体版本号,则:
lsb_release -a
cat /etc/redhat-release
cat /etc/issue
本文介绍了如何在Linux系统中查询内核版本及Red Hat Enterprise Linux的具体版本号,提供了三种实用的方法:使用'uname -a'查看内核版本,通过'lsb_release -a'或'cat /etc/redhat-release'获取详细的发行版信息。
如果想知道Linux Kernel的版本信息,“uname -a”;
如果想知道Red Hat Enterprise Linux的具体版本号,则:
lsb_release -a
cat /etc/redhat-release
cat /etc/issue
866
218
1274

被折叠的 条评论
为什么被折叠?