mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-24 07:20:52 +07:00
71 lines
1.9 KiB
XML
71 lines
1.9 KiB
XML
|
<?xml version='1.0'?>
|
||
|
<!--*-nxml-*-->
|
||
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
||
|
<refentry id="lsmod">
|
||
|
<refentryinfo>
|
||
|
<title>lsmod</title>
|
||
|
<productname>kmod</productname>
|
||
|
|
||
|
<authorgroup>
|
||
|
<author>
|
||
|
<contrib>Developer</contrib>
|
||
|
<firstname>Jon</firstname>
|
||
|
<surname>Masters</surname>
|
||
|
<email>jcm@jonmasters.org</email>
|
||
|
</author>
|
||
|
<author>
|
||
|
<contrib>Developer</contrib>
|
||
|
<firstname>Lucas</firstname>
|
||
|
<surname>De Marchi</surname>
|
||
|
<email>lucas.demarchi@profusion.mobi</email>
|
||
|
</author>
|
||
|
</authorgroup>
|
||
|
</refentryinfo>
|
||
|
|
||
|
<refmeta>
|
||
|
<refentrytitle>lsmod</refentrytitle>
|
||
|
<manvolnum>8</manvolnum>
|
||
|
</refmeta>
|
||
|
|
||
|
<refnamediv>
|
||
|
<refname>lsmod</refname>
|
||
|
<refpurpose>Show the status of modules in the Linux Kernel</refpurpose>
|
||
|
</refnamediv>
|
||
|
|
||
|
<refsynopsisdiv>
|
||
|
<cmdsynopsis>
|
||
|
<command>lsmod</command>
|
||
|
</cmdsynopsis>
|
||
|
</refsynopsisdiv>
|
||
|
|
||
|
<refsect1><title>DESCRIPTION</title>
|
||
|
<para>
|
||
|
<command>lsmod</command> is a trivial program which nicely formats the
|
||
|
contents of the <filename>/proc/modules</filename>, showing what kernel
|
||
|
modules are currently loaded.
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1><title>COPYRIGHT</title>
|
||
|
<para>
|
||
|
This manual page originally Copyright 2002, Rusty Russell, IBM
|
||
|
Corporation. Maintained by Jon Masters and others.
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1><title>SEE ALSO</title>
|
||
|
<para>
|
||
|
<citerefentry>
|
||
|
<refentrytitle>insmod</refentrytitle><manvolnum>8</manvolnum>
|
||
|
</citerefentry>,
|
||
|
<citerefentry>
|
||
|
<refentrytitle>modprobe</refentrytitle><manvolnum>8</manvolnum>
|
||
|
</citerefentry>,
|
||
|
<citerefentry>
|
||
|
<refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum>
|
||
|
</citerefentry>
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
</refentry>
|