1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 01:55:39 +02:00
tldr/pages/linux/lsmod.md
2025-07-30 07:32:48 +03:00

9 lines
211 B
Markdown

# lsmod
> Show the status of Linux kernel modules.
> See also: `kmod` for other module management commands.
> More information: <https://manned.org/lsmod>.
- List all currently loaded kernel modules:
`lsmod`