.\" Copyright (c) 1994, 1995 Bjorn Ekwall .\" This program is distributed according to the Gnu General Public License. .\" See the file COPYING in the kernel source directory /linux .\" .\" .TH LSMOD 1 "May 14, 1995" Linux "Linux Module Support" .SH NAME lsmod \- shows the loaded modules. .SH SYNOPSIS .B lsmod .SH DESCRIPTION .B Lsmod shows information about all loaded modules. The format is: .PP name size (in 4k pages) [list of referring modules] .PP This information is a copy of the contents of /proc/modules. .SH SEE ALSO insmod(1), modprobe(1), depmod(1), rmmod(1), ksyms(1), modules(2) .SH HISTORY The module support was first concieved by Anonymous (as far as I know...). Linux version by Bas Laarhoven , 0.99.14 version by Jon Tombs , extended by Bjorn Ekwall . .SH BUGS .B Lsmod might have some, but they are well hidden...