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