How can I find out what kernel I have?
Printable View
How can I find out what kernel I have?
You should be able to use
orCode:uname -r
to find out your kernel version. Here's the man page for uname:Code:uname -v
http://www.die.net/doc/linux/man/man1/uname.1.html
Or you can just type man uname.
Jeremy