当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Linux 指令篇:系统设置--modprobe

Unix/Linux
Linux 指令篇:网络通讯--smbclient(samba client)
Linux 指令篇:网络通讯--smbd(samba deamon)
Linux 指令篇:网络通讯--telnet
Linux 指令篇:网络通讯--uulog
Linux 指令篇:网络通讯--uustat
Linux 指令篇:网络通讯--uux
Linux 指令篇:网络通讯--cu
Linux 指令篇:网络通讯--dnsconf
Linux 指令篇:网络通讯--efax
Linux 指令篇:网络通讯--httpd
Linux 指令篇:网络通讯--ifconfig
Linux 指令篇:网络通讯--minicom
Linux 指令篇:网络通讯--mesg
Linux 指令篇:网络通讯--nc
Linux 指令篇:网络通讯--netconf
Linux 指令篇:网络通讯--netconfig
Linux 指令篇:网络通讯--netstat
Linux 指令篇:网络通讯--ping
Linux 指令篇:网络通讯--pppstats
Linux 指令篇:网络通讯--samba

Unix/Linux 中的 Linux 指令篇:系统设置--modprobe


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 128 ::
收藏到网摘: n/a

modprobe(module probe)

功能说明:自动处理可载入模块。

语  法:modprobe [-acdlrtvV][--help][模块文件][符号名称 = 符号值]

补充说明:modprobe可载入指定的个别模块,或是载入一组相依的模块。modprobe会根据depmod所产生的相依关系,决定要载入哪些模块。若在载入过程中发生错误,在modprobe会卸载整组的模块。

参  数:
  -a或--all  载入全部的模块。 
  -c或--show-conf  显示所有模块的设置信息。 
  -d或--debug  使用排错模式。 
  -l或--list  显示可用的模块。 
  -r或--remove  模块闲置不用时,即自动卸载模块。 
  -t或--type  指定模块类型。 
  -v或--verbose  执行时显示详细的信息。 
  -V或--version  显示版本信息。 
  -help  显示帮助。