kernel
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kernel [2017/07/03 13:19] – luke7858 | kernel [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
uname -r | uname -r | ||
</ | </ | ||
+ | Output example: | ||
+ | <sxh bash> | ||
+ | # uname -r | ||
+ | 2.6.32-696.3.1.el6.x86_64 | ||
+ | </ | ||
+ | \\ | ||
=== Latest Installed === | === Latest Installed === | ||
- | There may be an installed kernel on the device that is NOT active. You should run the following command to check installed kernels, and then compare the installed kernel to the active kernel method shown above. | + | There may be an installed kernel on the device that is NOT active |
<sxh bash> | <sxh bash> | ||
- | rpm -q kernel | + | rpm -q kernel |
+ | </ | ||
+ | Example output: | ||
+ | <sxh bash> | ||
+ | # rpm -q kernel | ||
+ | kernel-2.6.32-696.1.1.el6.x86_64 | ||
+ | kernel-2.6.32-696.3.1.el6.x86_64 | ||
+ | kernel-2.6.32-696.3.2.el6.x86_64 | ||
</ | </ | ||
\\ | \\ | ||
\\ | \\ | ||
**__WARNING__**: | **__WARNING__**: | ||
+ | \\ | ||
=== Latest Available === | === Latest Available === | ||
<sxh bash> | <sxh bash> | ||
- | yum list updates | + | yum list update |
+ | </ | ||
+ | Example output: | ||
+ | <sxh bash> | ||
+ | # yum list update kernel -q --disableexcludes=all 2>& | ||
+ | Installed Packages | ||
+ | kernel.x86_64 | ||
+ | kernel.x86_64 | ||
+ | kernel.x86_64 | ||
</ | </ |
kernel.1499087941.txt.gz · Last modified: 2024/05/23 07:26 (external edit)