Which Kernel?

This is a discussion about Which Kernel? in the Everything Linux category; 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 , . Last reply 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 in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jan 9
Created
Jan 10
Last Response
0
Likes
1 minute
Read Time
User User
Users

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