Which Kernel?

I just started using Linux,,again. Finally things seem to be going better this time around. What I want to know is, How do I check to see which kernel I'm running? I'm running SUSE 10, now telling me is fine, but I still want to know how to check it myself.

Everything Linux 1798 This topic was started by ,



data/avatar/default/avatar19.webp

83 Posts
Location -
Joined 2001-05-17
I just started using Linux,,again. Finally things seem to be going better this time around.
What I want to know is, How do I check to see which kernel I'm running?
I'm running SUSE 10, now telling me is fine, but I still want to know how to check it myself.
 
Thanks,

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
Two ways to check easily.
 
At a terminal prompt, type in uname -a or uname -r
 
Second, use the file manager to look at the /boot directory. The vmlinuz file has the kernel version number in the title. If you have multiple running kernels (you updated the kernel), use the first example to see what the currently running kernel is.


data/avatar/default/avatar19.webp

83 Posts
Location -
Joined 2001-05-17
OP
Thanks danleff