/
Checking installed kernels
Checking installed kernels
How to check kernel list in terminal.
Check kernel that you are currently using (CentOS/Ubuntu)
uname -r
Check all installed kernels (CentOS)
rpm -qa kernel
Check all installed kernels (Ubuntu)
dpkg --list | grep linux-image
Related articles
, multiple selections available,
Related content
Checking installed hardware components
Checking installed hardware components
More like this
[Drivers] Checking PCI components in terminal (grep)
[Drivers] Checking PCI components in terminal (grep)
More like this
Checking Linux logs (dmesg)
Checking Linux logs (dmesg)
More like this
[Linux] Search for hardware info in terminal
[Linux] Search for hardware info in terminal
More like this
NVMe command
NVMe command
More like this
In-depth Server Hardware Troubleshooting
In-depth Server Hardware Troubleshooting
More like this