Wednesday, August 22, 2012

How to check what are the modules already loaded into your Linux kernel.


If you want to see what are the modules already loaded into your kernel.
Then run the following command to your shell prompt.
lsmod

You will get the list of module already loaded into kernel something like that.Which will contain the three list.
-----------------------------------
Module          size     Used by
-----------------------------------

lsmod


The above executed command  gets its information by reading the file /proc/modules.You can also refer the same file.


No comments:

Post a Comment