我必须使用内核版本2.6.26.8安装RHEL(Red Hat Enterprise Linux)。我不知道RHEL我必须下载什么来获得这个内核版本。有什么建议??
答案 0 :(得分:2)
RHEL在 E nterprise L inux处代表 R ed H 。
您可以通过uname命令获取版本和内核详细信息,如下例所示:
[hatem@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
如果你想知道发行版是什么:
[hatem@localhost ~]$ cat /etc/issue
Red Hat Enterprise Linux Server release 6.5 (Santiago)
答案 1 :(得分:1)
您可以参考此链接https://access.redhat.com/articles/3078。 但对于内核版本2.6.26.8 ,我认为您需要手动更新内核版本。