lsmod
Quick Reference
Command Name:
lsmod
Category:
system information
Platform:
Linux
Basic Usage:
Common Use Cases
Syntax
lsmod
Options
Option | Description |
---|---|
--help, -h |
Display help information |
--version, -V |
Display version information |
The lsmod command has no specific options of its own as it simply displays the contents of /proc/modules in a formatted way.
Examples
How to Use These Examples
The examples below show common ways to use the lsmod
command. Try them in your terminal to see the results. You can copy any example by clicking on the code block.