English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux modprobe command is used to automatically handle loadable modules.
modprobe can load specified individual modules or load a set of dependent modules. modprobe will decide which modules to load based on the dependency relationship generated by depmod. If an error occurs during the loading process, modprobe will unload the entire set of modules.
modprobe [-acdlrtvV]--help][Module File][Symbol Name = Symbol Value]
Parameters:
Install floppy module:
[[email protected] ~]# modprobe -v floppy
Uninstall floppy module:
[[email protected] ~]# modprobe -v -r floppy