Kernel
modprobe
Load kernel modules.
Alpine
Verified: 2025-09-09
Syntax
$modprobe [OPTIONEN] MODUL
Examples
$modprobe usb-storage
$modprobe -r usb-storage
Typical use cases
?
Standard usage
modprobe --help
Note
The `-r` option removes the module.
Export