Linux in a Nutshell, Third Edition
by Ellen Siever, Stephen Spainhour, Jessica P. Hekman, Stephen Figgins
Name
modprobe
Synopsis
modprobe [options] [modules]
Description
System administration command. With no options, attempt to load the specified module, as well as all modules on which it depends. If more than one module is specified, attempt to load further modules only if the previous module failed to load.
Options
- -a
Load all listed modules, not just the first one.
- -l [pattern]
List all existing modules. This option may be combined with -t to specify a type of module, or you may include a pattern to search for.
- -r
Remove the specified modules, as well as the modules on which they depend.
- -t type
Load only a specific type of module. Consult /etc/conf.modules for the directories in which all modules of that type reside.
Files
- /etc/conf.modules
Information about modules: which ones depend on others, which directories correspond to particular types of modules.
- /sbin/insmod, /sbin/rmmod, /sbin/depmod
Programs that modprobe relies on.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access