lsmod — Show the status of modules in the Linux Kernel

Examples (TL;DR)

Synopsis

lsmod

Description

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

See Also

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

Authors

Jon Masters <jcm@jonmasters.org>

Developer

Lucas De Marchi <lucas.de.marchi@gmail.com>

Developer

Referenced By

delete_module(2), init_module(2), insmod(8), kmod(8), modprobe(8), proc(5), query_module(2), rmmod(8).

02/07/2019 kmod