1KMOD(8) kmod KMOD(8)
2
3
4
6 kmod - Program to manage Linux Kernel modules
7
9 kmod [OPTIONS...] [COMMAND] [COMMAND_OPTIONS...]
10
12 kmod is a multi-call binary which implements the programs used to
13 control Linux Kernel modules. Most users will only run it using its
14 other names.
15
17 -V --version
18 Show the program version and exit.
19
20 -h --help
21 Show the help message.
22
24 help
25 Show the help message.
26
27 list
28 List the currently loaded modules.
29
30 static-nodes
31 Output the static device nodes information provided by the modules
32 of the currently running kernel version.
33
35 This manual page originally Copyright 2014, Marco d'Itri. Maintained by
36 Lucas De Marchi and others.
37
39 lsmod(8), rmmod(8), insmod(8), modinfo(8), modprobe(8), depmod(8)
40
42 Lucas De Marchi <lucas.de.marchi@gmail.com>
43 Developer
44
45
46
47kmod 01/08/2018 KMOD(8)