Operating System - Linux
1830227 Members
2620 Online
109999 Solutions
New Discussion

Stock Kernel: Function and Check

 
PL_3
Occasional Advisor

Stock Kernel: Function and Check

Hi,
May I know what is the function of Stock Kernel and how to check if a server is using it ?
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Stock Kernel: Function and Check

You can get and idea what kernels are installed as follows:

rpm -q kernel

vi /boot/grub/grub.conf

To see which one booted. Instructions are redhat. For futher help, provide details.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vitaly Karasik_1
Honored Contributor

Re: Stock Kernel: Function and Check

if you need to know if your linux box run "vanilla" kernel [e.g. "standart" kernel from kernel.org, you should read docs for your distribution].
For example, RedHat provides kernel with RH patches. It means, if according to "uname -r" you see 2.4.7-9 kernel, it doesn't mean you use 2.4.7-9 kernel according to kernel.org - it may include some features/patches from 2.6, for example.