- 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 do not guarantee a response.
IMPORTANT: You must thoroughy test any instructions on a production-like test environment first before trying anything on production systems. And, make sure it is tested for security, privacy, and safety. See our terms here.
tags cloud
popular searches
free download for mysql database server 5.1.5, bison, gearman, source code, php, install cairo, laptop, mysql, java, linux, install mysql, mysql initialization, mysql mysql, tools, ubuntu
Similar Tutorials:
- How to check MySQL version number?
- Working with BASH environment variables (simple commands for beginners)
- How to download, compile, and install CMake on Linux
- How to setup quick, passwordless login using SSH?
- Download, configure, compile, and install MySQL 5.6
Tutorials in 'Operating Systems > Linux' (more):
- Bash script to compare remote directory's files using file size
- Script to transfer files to remote server with verification
- setfacl: command not found
- How to download, compile, and install CMake on Linux
- How to download, compile, and install GNU ncurses 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
leave a comment