ODOC: lsmod

lsmod — Show the status of loaded Linux Kernel Modules.

Summary:

lsmod is a trivial program, which nicely formats the contents of the /proc/modules, showing what kernel modules are currently loaded.

Examples:

$ lsmod -V — Print the version number.

$ lsmod — List all currently loaded Kernel Modules.

Read: man lsmod

lsmod, modules, kernel+modules, linux, gnu/linux