path of the kernel...

Can anybody tell me the default path of the Linux kernal & the Unix kernal as well?

How can we install/update the patches for it?

Your help is appreciated..

  1. It's kernel, not kernal
  2. Location: differs for each variant of UNIX there is. On Linux usually /boot
  3. Install/Update: Check with your supplier/distribution

Amol21,

pludi is right it is in the /boot and it is named as vmlinuz-xx-xx depending on your platform.

You can patch using rpm -Ivh <kernel package> just make sure you get the kernel package at your distributor / vendor.

Please note that I use the rpm -ivh command to make sure that you will install new kernel not update so that you can just remove it if the kernel you installed is not stable for your system.

Cheers!