mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
432 B
432 B
kmod
Manage Linux kernel modules. This program is usually called via its symlinks:
lsmod
,rmmod
,insmod
,modinfo
,modprobe
, anddepmod
. See their respective pages for more information. More information: https://manned.org/kmod.
- List currently loaded kernel modules:
kmod list
- Display the static device nodes information provided by the modules of the currently running kernel:
kmod static-nodes