• 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 Check User Permissions In Linux Using Command

Check Which Folder Is Taking More Space In Ubuntu Linux

How to Install Claude Desktop App in Ubuntu Linux

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

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

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