Linux – How to check linux kernel version number

kernellinux

Is there such a command out there?

Best Answer

For more info:

uname -a

If you're interested only in version number:

uname -r