1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/lsmod.md

10 lines
212 B
Markdown
Raw Normal View History

2017-10-07 22:56:02 +01:00
# lsmod
> Show the status of Linux kernel modules.
> See also: `kmod`, for other module management commands.
> More information: <https://manned.org/lsmod>.
2017-10-07 22:56:02 +01:00
- List all currently loaded kernel modules:
`lsmod`