commands.sh

kmod

linux

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 info →

Examples (2)

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
made by @shridhargupta | data from tldr-pages