Easy Tutorial
❮ Linux Comm Zipinfo Linux Comm Modprobe ❯

Linux depmod Command

Linux Command Manual

The Linux depmod command is used to analyze the dependencies of loadable modules.

depmod (depend module) detects module dependencies, which are used by modprobe when installing modules.

Syntax

depmod [-adeisvV][-m <file>][--help][module name]

Parameter Description:

Example

Display available modules

# depmod -a // Display available modules

Linux Command Manual

❮ Linux Comm Zipinfo Linux Comm Modprobe ❯