Linux "kmod" Command Line Options and Examples
Program to manage Linux Kernel modules

kmod is a multi-call binary which implements the programs used to control Linux Kernel modules. Most users will only run it using its other names..


Usage:

kmod [OPTIONS...] [COMMAND] [COMMAND_OPTIONS...]






Command Line Options:

-V
Show the program version and exit.
kmod -V ...
-h
Show the help message.COMMANDShelpShow the help message.listList the currently loaded modules.static-nodesOutput the static device nodes information provided by the modules of the currently running kernel version.COPYRIGHTThis manual page originally Copyright 2014, Marco d'Itri. Maintained by Lucas De Marchi and others.
kmod -h ...