mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
10 lines
224 B
Markdown
10 lines
224 B
Markdown
![]() |
# lsmod
|
||
|
|
||
|
> Zeigt den Status von Linux-Kernel-Modulen an.
|
||
|
> Siehe auch `modprobe`, welches Kernel-Module lädt.
|
||
|
> Weitere Informationen: <https://manned.org/lsmod>.
|
||
|
|
||
|
- Liste alle aktuell geladenen Kernel-Module auf:
|
||
|
|
||
|
`lsmod`
|