lsmod
lsmod is a Linux command-line utility that reports information about currently loaded kernel modules. It derives its data from the /proc/modules pseudo-file and presents a concise snapshot of the module state for the running kernel. The tool itself does not modify module state; it is a read-only utility used for inspection and diagnostics.
The typical output of lsmod consists of one line per loaded module, with columns showing the module
lsmod is part of the util-linux package on most modern distributions; older systems may have used the
Common usage patterns involve filtering the output to locate a specific module, for example by piping to