LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kmod

central utility for managing Linux kernel modules

TLDR

List currently loaded kernel modules
$ kmod list
copy
Display static device nodes information
$ kmod static-nodes
copy

SYNOPSIS

kmod [options] command

DESCRIPTION

kmod is the central utility for managing Linux kernel modules. It provides a unified interface that is typically accessed through symbolic links with more familiar names.The following commands are symlinks to kmod:- lsmod - List loaded modules- insmod - Insert module- rmmod - Remove module- modprobe - Load module with dependencies- modinfo - Display module information- depmod - Generate module dependencies

PARAMETERS

list

List currently loaded kernel modules (like lsmod)
static-nodes
Display static device nodes provided by kernel modules

INSTALL

sudo apt install kmod
copy
sudo dnf install kmod
copy
sudo pacman -S kmod
copy
sudo apk add kmod
copy
sudo zypper install kmod
copy
brew install kmod
copy
nix profile install nixpkgs#kmod
copy

CAVEATS

Direct kmod usage is rare; symlinked commands are more common. Requires appropriate privileges for loading/unloading modules. Module operations affect entire system.

HISTORY

kmod replaced the older module-init-tools package starting around 2011. It was developed by Lucas De Marchi to provide a more maintainable and efficient kernel module management system.

SEE ALSO

lsmod(8), modprobe(8), insmod(8), rmmod(8), modinfo(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid