A kernel is a computer program and it provides an interface between software and hardware of a computer system. One of the core responsibilities of Kernel is to pass commands or instructions from applications to the underlying hardware of the CPU and return the result. You can read more about the kernel on the Wikipedia page.
In today’s tutorial, I am focusing on several ways of checking the kernel version in Ubuntu 20.04.
Let’s begin!
Uname prints the system information including operating system name, kernel release and version etc.
Execute the uname command with -r option,
uname -r
Execute the following and look for the ‘Kernel’ as shown below in the screenshot,
hostnamectl
You can check the kernel version by viewing the content of the/proc/version file. Execute the following,
cat /proc/version
Dmesg command is used to print kernel related messages on the terminal.
Run the dmesg command along with grep to extract the kernel version from the output.
sudo dmesg | grep -i linux
That’s all for this guide. See you again in the next post.
If you are interested in updating your kernel in Linux Mint 20, follow this article.
Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications including CCNA RS, SCP, and ACE. As an IT engineer and technical author, he writes for various websites.
How Vaultara achieved FedRAMP compliance with Ubuntu Pro Ubuntu Pro helps businesses worldwide to innovate…
Zabbix is smart monitoring system on your network. This software written by php mysql. So…
Zabbix is smart monitoring system on your network. This software written by php mysql. So…
SuperTuxKart, the 3D kart racing game, announced the second release candidate for the next 1.5…
New research suggests 86% of European organizations believe open source is valuable for the future…
Open source software is everywhere. Research shows that around 97% of codebases contain open source…