Open In App

lsmod command in Linux with Examples

lsmod command is used to display the status of modules in the Linux kernel. It results in a list of loaded modules. lsmod is a trivial program which nicely formats the contents of the /proc/modules, showing what kernel modules are currently loaded.

Syntax:



lsmod

Example: Run lsmod at the command line to list all active kernel modules.

lsmod

Output:



Output Format: There are three columns in output.

Article Tags :