tldr/pages/linux/lsmod.md

10 lines
206 B
Markdown
Raw Normal View History

2017-10-07 22:56:02 +01:00
# lsmod
> Shows the status of Linux kernel modules.
2017-10-07 22:56:02 +01:00
> See also `modprobe`, which loads kernel modules.
> More information: <https://manned.org/lsmod>.
2017-10-07 22:56:02 +01:00
- List all currently loaded kernel modules:
`lsmod`