HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lsmod — Show the status of Linux kernel modules. See also: `kmod`. More information: <https://manned.org/lsm

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandshowstatuslsmodclilinuxkernel
linux

Problem

How to use the lsmod command: Show the status of Linux kernel modules. See also: kmod. More information: <https://manned.org/lsmod>.

Solution

lsmod — Show the status of Linux kernel modules. See also: kmod. More information: <https://manned.org/lsmod>.

List all currently loaded kernel modules:
lsmod

Code Snippets

List all currently loaded kernel modules

lsmod

Context

tldr-pages: linux/lsmod

Revisions (0)

No revisions yet.