snippetbashTip
kmod — Manage Linux kernel modules. This program is usually called via its symlinks: `lsmod`, `rmmod`, `ins
Viewed 0 times
commandmodulesthisclimanagekmodlinuxkernel
linux
Problem
How to use the
kmod command: Manage Linux kernel modules. This program is usually called via its symlinks: lsmod, rmmod, insmod, modinfo, modprobe, and depmod. See their respective pages for more information. More information: <https://manned.org/kmod>.Solution
kmod — Manage Linux kernel modules. This program is usually called via its symlinks: lsmod, rmmod, insmod, modinfo, modprobe, and depmod. See their respective pages for more information. More information: <https://manned.org/kmod>.List currently loaded kernel modules:
kmod listDisplay the static device nodes information provided by the modules of the currently running kernel:
kmod static-nodesCode Snippets
List currently loaded kernel modules
kmod listDisplay the static device nodes information provided by the modules of the currently running kernel
kmod static-nodesContext
tldr-pages: linux/kmod
Revisions (0)
No revisions yet.