How To Check Linux Kernel Version

https://w‮al.ww‬utturi.com
How To Check Linux Kernel Version

There are several ways to check the Linux kernel version on a system. Here are a few options:

  1. Use the uname command with the -r option:
uname -r

This will display the current Linux kernel version.

  1. Use the cat command to display the contents of the /proc/version file:
cat /proc/version

This will display the Linux kernel version and other information about the kernel.

  1. Use the ls command to list the contents of the /boot directory:
ls /boot

This will display a list of files in the /boot directory, including the Linux kernel image files. The kernel version will be included in the file names.

Created Time:2017-10-28 21:38:50  Author:lautturi