apache Asked: 2010-06-02 07:37:49 +0800 CST2010-06-02 07:37:49 +0800 CST 2010-06-02 07:37:49 +0800 CST How to check linux kernel version number? 772 Is there such a command out there? linux kernel 3 Answers Voted vartec 2010-06-02T07:39:53+08:002010-06-02T07:39:53+08:00 For more info: uname -a If you're interested only in version number: uname -r SamK 2010-06-02T07:40:26+08:002010-06-02T07:40:26+08:00 This is almost a superuser question... uname -r Tom O'Connor 2010-06-02T07:39:58+08:002010-06-02T07:39:58+08:00 uname -a Gives me: Linux tom-sl500 2.6.32-22-server #33-Ubuntu SMP Wed Apr 28 14:34:48 UTC 2010 x86_64 GNU/Linux The bold bit is the kernel version number
For more info:
If you're interested only in version number:
This is almost a superuser question...
uname -r
Gives me:
Linux tom-sl500 2.6.32-22-server #33-Ubuntu SMP Wed Apr 28 14:34:48 UTC 2010 x86_64 GNU/Linux
The bold bit is the kernel version number