Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: Arora on January 18, 2005, 11:34:22 AM

Title: how to know kernel version number,
Post by: Arora on January 18, 2005, 11:34:22 AM
How can I know the kernel version number and what is the meaning of differnt parts in it.
Title: how to know kernel version number,
Post by: dragoncity99 on January 18, 2005, 03:15:48 PM
U can type :

uname -v

or

uname -r

in your console to display it.