Skip to content

Wednesday, February 10th, 2010

New Linux User

HOWTO: Find Out What Linux Kernel Version I am Running?

September 24, 2005 by Jon  
Filed under How To

In a terminal window, type:

echo `uname -r`

and press the ENTER key.

NOTE: Those little ticks are the backticks usually located on the key to the left of the ‘1′ (on the same key as the tilde ~ character) on a US layout keyboard. They are NOT the single quote usually located beside the enter key on a US layout keyboard.

Your terminal should respond with a single line telling you the name and version of the running kernel.

Here’s what happens when I do it:

jon@jonzbox:~$ echo `uname -r`
2.6.11-kanotix-11
jon@jonzbox:~$

This will only show you the kernel you are running right now. Even if you have multiple kernels installed, you can only be running one at a time.

Easy, huh?

  • StumbleUpon
  • Digg
  • Facebook
  • Mixx
  • Google
  • TwitThis
  • Reddit
  • Yahoo! Buzz
  • Slashdot
  • E-mail this story to a friend!

Comments

3 Responses to “HOWTO: Find Out What Linux Kernel Version I am Running?”
  1. J says:

    No need to type echo….just use: uname -r

  2. kj says:

    u can also use
    cat /proc/version

Trackbacks

Check out what others are saying about this post...
  1. [...] I’ve already written about using the uname -r command to get kernel version information, but there’s a few other neato little commands that you can use at the terminal window. [...]



Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!


About Us | Advertise with us | Blog for EveryJoe | Privacy Policy | Terms of Use
Get This Theme | Sitemap


All content is Copyright © 2005-2010 b5media. All rights reserved.