.\" Copyright (c) 1996 Free Software Foundation, Inc. .\" This program is distributed according to the Gnu General Public License. .\" See the file COPYING in the kernel source directory .\" $Id: lsmod.1,v 1.1 1997/09/10 22:18:33 rth Exp $ .\" .TH LSMOD 1 "26 Dec 1996" Linux "Linux Module Support" .SH NAME lsmod \- list loaded modules. .SH SYNOPSIS .B lsmod .SH DESCRIPTION .B Lsmod shows information about all loaded modules. .PP The format is name, size, use count, list of referring modules. The information displayed is identical to that available from /proc/modules. .SH SEE ALSO insmod(1), modprobe(1), depmod(1), rmmod(1), ksyms(1), modules(2) .SH HISTORY Module support was first concieved by Anonymous .br Initial Linux version by Bas Laarhoven .br Version 0.99.14 by Jon Tombs .br Extended by Bjorn Ekwall .br Updated for 2.1.17 by Richard Henderson