• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version='1.0'?>
2<!--*-nxml-*-->
3<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5<refentry id="kmod">
6  <refentryinfo>
7    <title>kmod</title>
8    <productname>kmod</productname>
9
10    <authorgroup>
11      <author>
12        <contrib>Developer</contrib>
13        <firstname>Lucas</firstname>
14        <surname>De Marchi</surname>
15        <email>lucas.de.marchi@gmail.com</email>
16      </author>
17    </authorgroup>
18  </refentryinfo>
19
20  <refmeta>
21    <refentrytitle>kmod</refentrytitle>
22    <manvolnum>8</manvolnum>
23  </refmeta>
24
25  <refnamediv>
26    <refname>kmod</refname>
27    <refpurpose>Program to manage Linux Kernel modules</refpurpose>
28  </refnamediv>
29
30  <refsynopsisdiv>
31    <cmdsynopsis>
32      <command>kmod</command>
33      <arg rep='repeat'><option>OPTIONS</option></arg>
34      <arg><replaceable>COMMAND</replaceable></arg>
35      <arg rep='repeat'><option>COMMAND_OPTIONS</option></arg>
36    </cmdsynopsis>
37  </refsynopsisdiv>
38
39  <refsect1><title>DESCRIPTION</title>
40    <para>
41      <command>kmod</command> is a multi-call binary which implements the
42      programs used to control Linux Kernel modules.  Most users will only
43      run it using its other names.
44    </para>
45  </refsect1>
46
47  <refsect1><title>OPTIONS</title>
48    <variablelist>
49      <varlistentry>
50        <term><option>-V</option> <option>--version</option>
51        </term>
52        <listitem>
53          <para>Show the program version and exit.</para>
54        </listitem>
55      </varlistentry>
56      <varlistentry>
57        <term><option>-h</option> <option>--help</option>
58        </term>
59        <listitem>
60          <para>Show the help message.</para>
61        </listitem>
62      </varlistentry>
63    </variablelist>
64  </refsect1>
65
66  <refsect1><title>COMMANDS</title>
67    <variablelist>
68      <varlistentry>
69        <term><command>help</command></term>
70        <listitem>
71          <para>Show the help message.</para>
72        </listitem>
73      </varlistentry>
74      <varlistentry>
75        <term><command>list</command></term>
76        <listitem>
77          <para>List the currently loaded modules.</para>
78        </listitem>
79      </varlistentry>
80      <varlistentry>
81        <term><command>static-nodes</command></term>
82        <listitem>
83          <para>Output the static device nodes information provided by
84           the modules of the currently running kernel version.</para>
85        </listitem>
86      </varlistentry>
87    </variablelist>
88  </refsect1>
89
90  <refsect1>
91    <title>COPYRIGHT</title>
92    <para>
93      This manual page originally Copyright 2014, Marco d'Itri.
94      Maintained by Lucas De Marchi and others.
95    </para>
96  </refsect1>
97
98  <refsect1><title>SEE ALSO</title>
99    <para>
100      <citerefentry>
101        <refentrytitle>lsmod</refentrytitle><manvolnum>8</manvolnum>
102      </citerefentry>,
103      <citerefentry>
104        <refentrytitle>rmmod</refentrytitle><manvolnum>8</manvolnum>
105      </citerefentry>,
106      <citerefentry>
107        <refentrytitle>insmod</refentrytitle><manvolnum>8</manvolnum>
108      </citerefentry>,
109      <citerefentry>
110        <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum>
111      </citerefentry>,
112      <citerefentry>
113        <refentrytitle>modprobe</refentrytitle><manvolnum>8</manvolnum>
114      </citerefentry>,
115      <citerefentry>
116        <refentrytitle>depmod</refentrytitle><manvolnum>8</manvolnum>
117      </citerefentry>
118    </para>
119  </refsect1>
120</refentry>
121