previous | start | next

Listing Modules in the Kernel

The utility for listing kernel modules currently "loaded" (dynamically linked into the kernel) is

 lsmod
   

You can also see the list and number of users of each currenlty loaded module in a special file in the proc file system:

 /proc/modules
   


previous | start | next