• 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="lsmod">
6  <refentryinfo>
7    <title>lsmod</title>
8    <productname>kmod</productname>
9
10    <authorgroup>
11      <author>
12        <contrib>Developer</contrib>
13        <firstname>Jon</firstname>
14        <surname>Masters</surname>
15        <email>jcm@jonmasters.org</email>
16      </author>
17      <author>
18        <contrib>Developer</contrib>
19        <firstname>Lucas</firstname>
20        <surname>De Marchi</surname>
21        <email>lucas.de.marchi@gmail.com</email>
22      </author>
23    </authorgroup>
24  </refentryinfo>
25
26  <refmeta>
27    <refentrytitle>lsmod</refentrytitle>
28    <manvolnum>8</manvolnum>
29  </refmeta>
30
31  <refnamediv>
32    <refname>lsmod</refname>
33    <refpurpose>Show the status of modules in the Linux Kernel</refpurpose>
34  </refnamediv>
35
36  <refsynopsisdiv>
37    <cmdsynopsis>
38      <command>lsmod</command>
39    </cmdsynopsis>
40  </refsynopsisdiv>
41
42  <refsect1><title>DESCRIPTION</title>
43    <para>
44      <command>lsmod</command> is a trivial program which nicely formats the
45      contents of the <filename>/proc/modules</filename>, showing what kernel
46      modules are currently loaded.
47    </para>
48  </refsect1>
49
50  <refsect1><title>COPYRIGHT</title>
51    <para>
52      This manual page originally Copyright 2002, Rusty Russell, IBM
53      Corporation. Maintained by Jon Masters and others.
54    </para>
55  </refsect1>
56
57  <refsect1><title>SEE ALSO</title>
58    <para>
59      <citerefentry>
60        <refentrytitle>insmod</refentrytitle><manvolnum>8</manvolnum>
61      </citerefentry>,
62      <citerefentry>
63        <refentrytitle>modprobe</refentrytitle><manvolnum>8</manvolnum>
64      </citerefentry>,
65      <citerefentry>
66        <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum>
67      </citerefentry>
68    </para>
69  </refsect1>
70</refentry>
71