Penguin
Annotated edit history of lsmod(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 LSMOD
2 !!!LSMOD
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 HISTORY
9 ----
10 !!NAME
11
12
13 lsmod - list loaded modules.
14 !!SYNOPSIS
15
16
17 __lsmod__ [[-hV]
18 !!DESCRIPTION
19
20
21 __lsmod__ shows information about all loaded
22 modules.
23
24
25 The format is name, size, use count, list of referring
26 modules. The information displayed is identical to that
27 available from /proc/modules.
28
29
30 If the module controls its own unloading via a
31 ''can_unload'' routine then the user count displayed by
32 lsmod is always -1, irrespective of the real use
33 count.
34 !!OPTIONS
35
36
37 __-h__, __--help__
38
39
40 Display a summary of options and immediately
41 exit.
42
43
44 __-V__, __--version__
45
46
47 Display the version of __lsmod__ and immediately
48 exit.
49 !!SEE ALSO
50
51
52 insmod(8), modprobe(8), depmod(8), rmmod(8),
53 ksyms(8)
54 !!HISTORY
55
56
57 Module support was first conceived by Anonymous
58 Initial Linux version by Bas Laarhoven
59 Version 0.99.14 by Jon Tombs
60 Extended by Bjorn Ekwall
61 Updated for 2.1.17 by Richard Henderson
62 Updated by Bjorn Ekwall
63 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.