mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 03:41:24 +00:00
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# lsmod
|
|
|
|
> Shows the status of Linux kernel modules.
|
|
> See also `modprobe`, which loads kernel modules.
|
|
> More information: <https://manned.org/lsmod>.
|
|
|
|
- List all currently loaded kernel modules:
|
|
|
|
`lsmod`
|