March 31, 2018

How to find linux kernel version in your distros

How do you find the linux kernel version you are running?

Run the below command to find out the Linux kernel version.

uname -r

In my distros, I get the below response

~/ $ uname -r
3.13.0-142-generic
~/ $



Here is a short clip on how to run and get the details.
Added bonus, I have given more details on other options for the same command.

How to find linux kernel version


No comments:

Post a Comment