mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:22:09 +02:00
8 lines
158 B
Markdown
8 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`
|