kernel version

How do I find out my RHEL (Red Hat Enterprise Linux) 6 Linux kernel version number running on HP server?

{ 0 comments }

I need to call the function called foo() using echo command in the same statement. How do I all or invoke the function using the echo statement?

{ 1 comment }

Can you tell me an exact location of Linux kernel driver under Linux file system? Where to find all available modules under Linux operating systems?

{ 0 comments }

Q. We have 4 different versions of Linux kernel installed by yum command under CentOS Linux. Currently I’m using only latest version 2.6.18-53.1.4.el5. What is the proper and suggested method to remove old kernels from a CemtOS / Debian Linux server?

{ 18 comments }

Find Linux / UNIX Kernel Version

by Vivek Gite on January 2, 2008 · 12 comments

Q. How do I find out what kernel version I am currently running under Debian Linux or any other Linux distribution using a shell prompt? A. Use uname command which print certain system information such as: => Kernel version and name => Print the machine hardware name => print the processor type => print the [...]

{ 12 comments }

Q. I need kernel headers to compile module and vmware tools. How do I install kernel headers under Debian / Ubuntu Linux.? A. To install cLinux kernel headers for currently running version, type the following commands at shell prompt (open terminal and type the command): Make sure you have updated version $ sudo apt-get update [...]

{ 26 comments }

List or Check Installed Linux Kernels

by Vivek Gite on October 11, 2007 · 3 comments

Q. How do I list all installed kernel on Linux operating system? How do I find out current kernel version? A. You can use standard package listing command to list installed kernels. RedHat / CentOS / RHEL / Fedora Linux user You need to use standard rpm command to list installed software. Type the following [...]

{ 3 comments }