1. NAME

lsmod - program to show the status of modules in the Linux Kernel

2. SYNOPSIS

lsmod

3. DESCRIPTION

lsmod is a trivial program which nicely formats the contents of the /proc/modules, showing what kernel modules are currently loaded.

4. COPYRIGHT

This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.

5. SEE ALSO

insmod(8), modprobe(8), modinfo(8)