2024-06-11 22:05:02 +07:00
|
|
|
KMOD(8) "kmod" "kmod"
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
kmod - Program to manage Linux Kernel modules
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
2024-07-08 20:43:09 +07:00
|
|
|
*kmod* [*OPTIONS...*] [_COMMAND_] [*COMMAND_OPTIONS...*]
|
2024-06-11 22:05:02 +07:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
*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.
|
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
2024-07-08 20:43:25 +07:00
|
|
|
*-V*
|
|
|
|
*--version*
|
2024-06-11 22:05:02 +07:00
|
|
|
Show the program version and exit.
|
|
|
|
|
2024-07-08 20:43:25 +07:00
|
|
|
*-h*
|
|
|
|
*--help*
|
2024-06-11 22:05:02 +07:00
|
|
|
Show the help message.
|
|
|
|
|
|
|
|
# COMMANDS
|
|
|
|
|
|
|
|
*help*
|
|
|
|
Show the help message.
|
|
|
|
|
|
|
|
*list*
|
|
|
|
List the currently loaded modules.
|
|
|
|
|
|
|
|
*static-nodes*
|
|
|
|
Output the static device nodes information provided by the modules of
|
|
|
|
the currently running kernel version.
|
|
|
|
|
|
|
|
# COPYRIGHT
|
|
|
|
|
2024-07-08 20:43:23 +07:00
|
|
|
This manual page originally Copyright 2014, Marco d'Itri.
|
2024-06-11 22:05:02 +07:00
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
*lsmod*(8), *rmmod*(8), *insmod*(8), *modinfo*(8), *modprobe*(8), *depmod*(8)
|
|
|
|
|
|
|
|
# AUTHOR
|
|
|
|
|
2024-07-08 20:43:24 +07:00
|
|
|
*kmod* project was started by Lucas De Marchi as a drop-in replacement to
|
|
|
|
module-init-tools that was maintained by Jon Masters, adding a library (libkmod)
|
|
|
|
and additional features.
|
|
|
|
|
|
|
|
Numerous contributions have come from the linux-modules mailing list
|
|
|
|
<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
|
|
|
|
itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
|
|
|
|
authors for specific parts of the project.
|
|
|
|
|
|
|
|
*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
|
|
|
|
project.
|