Function Note: http://www.aliyun.com/zixun/aggregation/18860.html "> Automatic processing can load the module.
Syntax: modprobe [-acdlrtvv][--help][module file] [Symbol name = symbolic value]
Supplemental Note: modprobe can load a specified individual module or load a dependent set of modules. Modprobe determines which modules to load based on the dependencies that depmod produces. If an error occurs during the loading process, the entire set of modules is unloaded at modprobe.
Parameters:
-A or--all load all modules.
-C or--SHOW-CONF displays setup information for all modules.
-D or--debug use the debug mode.
-L or--list displays the available modules.
The-R or--remove module is automatically unloaded when unused.
-T or--type specifies the module type.
The-V or--verbose displays detailed information when executed.
-V or--version display version information.
-help display Help.