Modules Inside Kernel

Submitted by baskara
on May 21, 2007 - 12:15am

As we all know we are able to know which modules are being used by the system by "lsmod" command. However, how could we know which modules that are built inside the kernel are being used by the system?

/sys/module

on
May 21, 2007 - 12:58am

do you mean /sys/module/ ?

What I mean

on
May 23, 2007 - 2:57am

I mean the modules that are built with "=y" configuration instead of modules that are built with "=m" configuration.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.