How to find which kernel version is installed on my Linux system
Q. I am a new proud Linux user. My question to you is - how do I find which kernel version installed on my Linux system? How do I upgrade my kernel to latest version? Any help would be greatly appreciated.
A. The Linux kernel is the central component of most computer operating systems (OSs). Its responsibilities include managing the system's resources and the communication between hardware and software components.
You need to use uname command to print certain system information including kernel name. Type the following command to print kernel version number:
$ uname -r
Output:
2.6.20-15-generic
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- Find Linux / UNIX Kernel Version
- Howto find out perl version
- How to: Linux delete or remove kernel
- Upgrade Linux kernel howto
- Find out what filesystems my Linux kernel supports
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: computer_operating_systems, kernel_version, linux_kernel, linux_system, system_information, uname_command




Recent Comments
Today ~ 12 Comments
Yesterday ~ 3 Comments
09/06/2008 11:03 pm (2 days ago) ~ 12 Comments
09/06/2008 02:10 pm (2 days ago) ~ 7 Comments
09/06/2008 06:51 am (2 days ago) ~ 2 Comments