lsmod - Show the status of modules in the Linux Kernel
| Use Case | Command | Description |
|---|---|---|
| List all loaded modules | lsmod | đ Display currently loaded kernel modules |
| Scroll through list | lsmod | less | đ Pipe output to a pager for easy navigation |
| Search for a specific module | lsmod | grep <module_name> | đ Filter output to find if a module is loaded |
| Count loaded modules | lsmod | wc -l | đĸ Show the number of loaded modules (subtract 1 for header) |
lsmod
đ lsmod is a trivial program which nicely formats the contents of the /proc/modules, showing what kernel modules are currently loaded.
đ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.
kmod 04/30/2026 LSMOD(8)
Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-21 05:49 @2600:1f28:365:80b0:e9a9:ac35:f5fe:ea62
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format