This is a discussion on Kernel Version within the Linux Operating System forums, part of the Unix Operating Systems category; --> Simple question: how can I find out from a command prompt what my kernel version is? Sorry, simply, but ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| stevejenkins444@hotmail.com (Steve Jenkins) schrieb: >Simple question: how can I find out from a command prompt what my kernel version is? uname -a |
| |||
| 05 Dec 2003 17:36 UTC, Steve Jenkins typed: > Simple question: how can I find out from a command prompt what my kernel version is? 'uname -r' will give you just the kernel release. -- Keep Concorde flying - sign the petition. http://www.saveconcorde.co.uk/sign |
| |||
| Steve Jenkins <stevejenkins444@hotmail.com> wrote: > Simple question: how can I find out from a command prompt what my kernel version is? > Sorry, simply, but I can't work it out. In addition to the already posted answers, if you try 'man -k kernel', you get among others: uname (2) - get name and information about current kernel 'man 2 uname' is the answer. -- Michael Heiming Remove +SIGNS and www. if you expect an answer, sorry for inconvenience, but I get tons of SPAM |
| |||
| Steve Jenkins wrote: > Simple question: how can I find out from a command prompt what my kernel version is? uname -a (actually, "uname -r" is the one, but -a outputs all, so you'll have the kernel version along with extra information) Carlos -- |
| |||
| >>>>> "Steve" == Steve Jenkins <stevejenkins444@hotmail.com> writes: Steve> Simple question: how can I find out from a command prompt Steve> what my kernel version is? Sorry, simply, but I can't work Steve> it out. cat /proc/version -- Lee Sau Dan +Z05biGVm-(Big5) ~{@nJX6X~}(HZ) E-mail: danlee@informatik.uni-freiburg.de Home page: http://www.informatik.uni-freiburg.de/~danlee |
| ||||
| stevejenkins444@hotmail.com (Steve Jenkins) writes: > Simple question: how can I find out from a command prompt what > my kernel version is? man uname. Vilmos |