What is a linux kernel modeule ? Linux kernel module is a program that can be used to extend the functionality of the linux kernel without the need to rebuild and reboot the kernel everytime someone wants some new functionality. It can be loaded and unloaded into the kernel whenever the user wants. How to look for current loaded modules in the kernel? You can look for the current loaded module in the linux kernel by using the command