b5media.com

Advertise with us

Enjoying this blog? Check out the rest of the Technology Channel Subscribe to this Feed

New Linux User

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

by Jon on September 24th, 2005

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?

POSTED IN: How To

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

Have an opinion? Leave a comment:




Check Spelling
Activate Spell Check while Typing