How to check Linux version number
You may need to know about your kernel version number to install some software on your machine. You can use the instructions described in this tutorial to find the kernel version number.
You can easily find your Linux kernel's version by running the following command from the command line.
cat /proc/version
The command above migth also provide you the details of your distribution.
Please feel free to use the comments form below if you have any questions or need more explanation on anything. Use the icons below to share this tutorial with your friends.
tags cloud
popular searches
free download for mysql database server 5.1.5, php, linux, mysql mysql, mysql, java, install mysql, gearman, ubuntu, tools, source code, bison, mysql initialization, install cairo, laptop
Similar Tutorials:
- Installing MySQL Client tools, binaries, and library on Ubuntu Linux
- Linux kernel data structures (Part 1) - the current macro
- How to install MySQL Gearman UDF on Ubuntu/Debian Linux
- Installing Libpng on Ubuntu Linux
- Working with BASH environment variables (simple commands for beginners)
Tutorials in 'Operating Systems > Linux' (more):
- How to download, compile, and install CMake on Linux
- How to download, compile, and install GNU ncurses on Debian/Ubuntu Linux
- How to install libevent on Debian/Ubuntu/Centos Linux
- How to install MySQL Gearman UDF on Ubuntu/Debian Linux
- Installing Gearman shared PECL extension for PHP on Debian/Ubuntu Linux


Comments (write a comment):
uname -a
tux@tux-laptop:~$ cat /proc/version
Linux version 2.6.32-41-generic (buildd@vernadsky) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ) #89-Ubuntu SMP Fri Apr 27 22:22:09 UTC 2012
tux@tux-laptop:~$ uname -a
Linux tux-laptop 2.6.32-41-generic #89-Ubuntu SMP Fri Apr 27 22:22:09 UTC 2012 i686 GNU/Linux Posted by: anon.coder on May 28, 2012