Descriptions
Last checked against version &modutils-contversion;.
Program file descriptions
depmod
depmod handles dependency descriptions for loadable
kernel modules.
genksyms
genksyms reads (on standard input) the output from gcc -E source.c
and generates a file containing version information.
insmod
insmod installs a loadable module in the running kernel.
insmod_ksymoops_clean
insmod_ksymoops_clean deletes saved ksyms and modules not accessed in
2 days.
kallsyms
kallsyms extracts all kernel symbols for debugging.
kernelversion
kernelversion reports the major version of the
running kernel.
ksyms
ksyms displays exported kernel symbols.
lsmod
lsmod shows information about all loaded modules.
modinfo
modinfo examines an object file associated with a kernel module and
displays any information that it can glean.
modprobe
modprobe uses a Makefile-like dependency file, created by depmod,
to automatically load the relevant module(s) from the set of modules
available in predefined directory trees.
rmmod
rmmod unloads loadable modules from the running kernel.