mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
e971579bba
Some commas and a full stop was missing ;-) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
31 lines
570 B
Markdown
31 lines
570 B
Markdown
LSMOD(8) "kmod" "lsmod"
|
|
|
|
# NAME
|
|
|
|
lsmod - Show the status of modules in the Linux Kernel
|
|
|
|
# SYNOPSIS
|
|
*lsmod*
|
|
|
|
# DESCRIPTION
|
|
|
|
*lsmod* is a trivial program which nicely formats the contents of the
|
|
/proc/modules, showing what kernel modules are currently loaded.
|
|
|
|
# COPYRIGHT
|
|
|
|
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation.
|
|
Maintained by Jon Masters and others.
|
|
|
|
# SEE ALSO
|
|
|
|
*insmod*(8), *modprobe*(8), *modinfo*(8), *depmod*(8)
|
|
|
|
# AUTHORS
|
|
|
|
*Jon Masters* <jcm@jonmasters.org>
|
|
Developer
|
|
|
|
*Lucas De Marchi* <lucas.de.marchi@gmail.com>
|
|
Developer
|