

- Welcome to Geeksww.com
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.
Did this tutorial help a little? How about buy me a cup of coffee?
Please feel free to use the comments form below if you have any questions or need more explanation on anything. I recommend thoroughy testing on a production-like test system first before moving to production.
tags cloud
popular searches
free download for mysql database server 5.1.5, bison, gearman, install cairo, php, java, install mysql, laptop, linux, mysql mysql, mysql, source code, mysql initialization, tools, ubuntu
Similar Tutorials:
- Turning the system beep off (for BASH)
- How to download and install Bison (GNU Parser Generator) on Ubuntu Linux
- My list of important Linux commands
- How to download and install MySQLdb module for Python on Linux?
- How to download, compile, and install Python on Ubuntu/Debian/ CentOS Linux
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
[email protected]:~$ cat /proc/version
Linux version 2.6.32-41-generic ([email protected]) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ) #89-Ubuntu SMP Fri Apr 27 22:22:09 UTC 2012
[email protected]:~$ 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