this howto will display your linux kernel version, who compiled it, what compiled it, and when it was compiled.
| ||
About:Ratings |
Steps[]
- Method 1
- Execute: cat /proc/version
- Example output
- Linux version 2.6.10-xylophone (root@zymos) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #15 Tue Mar 15 01:35:09 EST 2005
- Method 2
The kernel version of the currently-running kernel can be viewed with:
- Execute: uname -r
The full kernel details, including date & time of compilation, can be viewed with:
- Execute: uname -a
- Method 3
- A less desciptive way of displaying you kernel version is:
- Execute: kernelversion
- the Output: 2.6