• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Check Kernel Version And Find OS Version In Linux Ubuntu

Check Kernel Version And Find OS Version In Linux Ubuntu

By Sourabh / December 9, 2022 Category: How To, Ubuntu

How to check kernel version in Ubuntu? Here is the command to check kernel version in Linux and command to find os version in Linux Ubuntu.

How To Check Kernel Version In Ubuntu

‘uname’ prints information about the machine and operating system it is run on. If no options are given, ‘uname’ acts as if the ‘-s’ option were given. If multiple options or ‘-a’ are given, the selected information is printed in this order:

The three uname comamnds to know about Linux Kernel are “uname -r” “uname -v” and “uname -s”.

$ uname -or

or

$ uname -a

The “uname -r” prints the kernel release. The command “uname -s” prints the kernel name.

How To Find OS Version In Ubuntu

The /proc/version file specifies the version of the Linux kernel, the version of gcc used to compile the kernel, and the time of kernel compilation. It also contains the kernel compiler’s user name (in parentheses).

$ cat /proc/version

If you wish to find the Linux distribution name and release version, run the following command:

$ cat /etc/os-release

Primary Sidebar

Latest Posts

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap