mirror of https://github.com/CrimsonTome/tldr.git
9 lines
158 B
Markdown
9 lines
158 B
Markdown
|
# lsmod
|
||
|
|
||
|
> Shows the status of linux kernel modules.
|
||
|
> See also `modprobe`, which loads kernel modules.
|
||
|
|
||
|
- List all currently loaded kernel modules:
|
||
|
|
||
|
`lsmod`
|