keskiviikkona, huhtikuuta 22, 2015

Howto: Find the kernel version

You need to type the following command at shell prompt: uname -r
Sample outputs: 2.6.18-194.3.1.el5
The following command gives out more information: cat /proc/version
Sample outputs: Linux version 2.6.18-194.3.1.el5 (mockbuild@x86-004.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Sun May 2 04:17:42 EDT 2010
Please note that you can also use the following command: uname -a
Sample outputs:
Linux b1 3.2.0-51-generic #77-Ubuntu SMP Wed Jul 24 20:18:19 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Ei kommentteja: