1LSMOD(8) LSMOD(8)
2
3
4
6 lsmod - program to show the status of modules in the Linux Kernel
7
9 lsmod
10
11
13 lsmod is a trivial program which nicely formats the contents of the
14 /proc/modules, showing what kernel modules are currently loaded.
15
17 This version of lsmod is for kernels 2.5.48 and above. If it detects a
18 kernel with support for old-style modules, it will attempt to run
19 lsmod.old in its place, so it is completely transparent to the user.
20
22 This manual page Copyright 2002, Rusty Russell, IBM Corporation.
23
25 modprobe(8), lsmod.old(8)
26
27
28
29 22 March 2007 LSMOD(8)