How to Find Linux Kernel Version?

`uname -r`

`uname -a`

`cat /proc/version`

`hostnamectl`

`lsb_release -a`

`cat /etc/os-release`

`rpm -q kernel`

`dpkg -l | grep linux-image`

Suggested for You

Trending Today