lsmod — Show the status of modules in the Linux Kernel
Examples (TL;DR)
-
List all currently loaded kernel modules:
lsmod
Synopsis
lsmod
Description
lsmod is a trivial program which nicely formats the contents of the /proc/modules, showing what kernel modules are currently loaded.
Copyright
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.
See Also
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