自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

modinfo 中文man頁面

系統(tǒng)
modinfo 工具軟件用來對內(nèi)核模塊的目標(biāo)文件 module_file 進(jìn)行測試并打印輸出相關(guān)信息。

NAME

modinfo - 顯示當(dāng)前內(nèi)核模塊信息  

總覽

modinfo [ options ] <module_file>  

描述

modinfo 工具軟件用來對內(nèi)核模塊的目標(biāo)文件 module_file 進(jìn)行測試并打印輸出相關(guān)信息。  

選項

-a, --author
顯示模塊的開發(fā)人員
-d, --description
顯示此模塊的描述說明
-fformat_string, --format format_string
由用戶定義任意格式字符串,可以通過該字符串從內(nèi)核模塊 module_file 的 ELF 段中獲得該模塊相應(yīng)的值,其中包含該模塊的信息。替換由一個百分號后跟一個由花括號括起來的標(biāo)簽名組成。
-p, --parameters
顯示模塊所支持的有類型的參數(shù)
-h, --help
顯示幫助信息
-V, --version
顯示 modinfo的版本信息

參見

insmod(8), modprobe(8), depmod(8), rmmod(8), lsmod(8), ksyms(8), modules(2)  

#p#

NAME

modinfo --- program to show information about a Linux Kernel module  

SYNOPSIS

modinfo [-0] [-F field] [modulename|filename ...]

modinfo -V

modinfo -h  

DESCRIPTION

modinfo extracts information the Linux Kernel modules given on the command line. If the module name is not a filename, then the /lib/modules/version directory is searched, as done by modprobe(8).
 

modinfo by default lists each attribute of the module in form fieldname : value, for easy reading. The filename is listed the same way (although it's not really an attribute).
 

This version of modinfo can understand modules of any Linux Kernel architecture.  

OPTIONS

-V --version
Print the modinfo version. Note BACKWARDS COMPATIBILITY below: you might be printing the version of modinfo.old.
 
-F --field
Only print this field value, one per line. This is most useful for scripts. Field names are case-insenitive. Common fields (which may not be in every module) include author, description, license, param, depends, and alias. There are often multiple param, alias and depends        fields. The special field filename          lists the filename of the module.

 
-0 --null
Use the ASCII zero character to separate field values, instead of a new line. This is useful for scripts, since a new line can theoretically appear inside a field.
 
-a -d -l -p -n
These are shortcuts for author, description, license. param and filename respectively, to ease the transition from the old modutils modinfo.
 

BACKWARDS COMPATIBILITY

This version of modinfo is for kernel modules 2.5.48 and above. If it detects a kernel with support for old-style modules, it will attempt to run modprobe.old in its place, so it is completely transparent to the user.

Note that the output of this version of modinfo is simpler and more regular than the older version: scripts attempting to use the default output may get confused with complex fields.
 

You can force the new modinfo to always be used, by setting the NEW_MODINFO     environment variable.

   

COPYRIGHT

This manual page Copyright 2003, Rusty Russell, IBM Corporation.
   

SEE ALSO

modprobe(8), modinfo.old(8)

責(zé)任編輯:韓亞珊 來源: CMPP.net
相關(guān)推薦

2011-08-15 10:21:09

man中文man

2011-08-24 16:48:36

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-25 16:44:46

ftrylockfil中文man

2011-08-25 16:06:20

fgetc中文man

2011-08-12 11:07:19

git中文man

2011-08-12 13:05:13

vim中文man

2011-08-12 13:18:19

head中文man

2011-08-12 14:16:52

intro中文man

2011-08-12 14:53:56

kill中文man

2011-08-25 11:36:08

ttytype中文man

2011-08-25 11:44:36

wtmp中文man

2011-08-25 14:03:36

creat中文man

2011-08-25 14:28:33

send中文man

2011-08-25 14:33:48

sendto中文man

2011-08-25 14:46:57

bindtextdom中文man

2011-08-25 13:51:48

accept中文man

2011-08-25 14:53:29

bzero中文man

2011-08-25 14:56:04

cfgetospeed中文man
點贊
收藏

51CTO技術(shù)棧公眾號