<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iTechLog &#187; MODINFO</title>
	<atom:link href="http://itechlog.com/tag/modinfo/feed/" rel="self" type="application/rss+xml" />
	<link>http://itechlog.com</link>
	<description>Your source to IT solutions, interesting technology news and code snipets.</description>
	<lastBuildDate>Tue, 10 Jan 2012 17:06:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>MODINFO</title>
		<link>http://itechlog.com/linux-man-pages/2009/01/01/modinfo/</link>
		<comments>http://itechlog.com/linux-man-pages/2009/01/01/modinfo/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 19:11:00 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Linux Man Pages]]></category>
		<category><![CDATA[MODINFO]]></category>

		<guid isPermaLink="false">http://itechlog.com/linux-man-pages/2009/01/01/modinfo/</guid>
		<description><![CDATA[<a href="http://itechlog.com/linux-man-pages/2009/01/01/modinfo/" title="MODINFO"></a>MODINFO(8) MODINFO(8) NAME modinfo &#8211; program to show information about a Linux Kernel module SYNOPSIS modinfo [ -0 ] [ -F field ] [ -k kernel ] [ modulename&#124;filename ... ] modinfo -V modinfo -h DESCRIPTION modinfo extracts information from &#8230;<p class="read-more"><a href="http://itechlog.com/linux-man-pages/2009/01/01/modinfo/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/linux-man-pages/2009/01/01/modinfo/" title="MODINFO"></a><p>MODINFO(8)                                                          MODINFO(8)</p>
<p>NAME<br />       modinfo &#8211; program to show information about a Linux Kernel module</p>
<p>SYNOPSIS<br />       modinfo [ -0 ] [ -F field ] [ -k kernel ] [ modulename|filename ... ]</p>
<p>       modinfo -V</p>
<p>       modinfo -h</p>
<p>DESCRIPTION<br />       modinfo extracts information from the Linux Kernel modules given on the<br />       command line.  If the module name is not a filename, then the /lib/mod-<br />       ules/version directory is searched, as done by modprobe(8).</p>
<p>       modinfo by default lists each attribute of the module in form fieldname<br />       : value, for easy  reading.   The  filename  is  listed  the  same  way<br />       (although it&#8217;s not really an attribute).</p>
<p>       This  version  of  modinfo  can  understand modules of any Linux Kernel<br />       architecture.</p>
<p>OPTIONS<br />       -V &#8211;version<br />              Print the modinfo version.  Note BACKWARDS COMPATIBILITY  below:<br />              you might be printing the version of <a>modinfo.old</a>.</p>
<p>       -F &#8211;field<br />              Only  print this field value, one per line.  This is most useful<br />              for scripts.  Field names are  case-insenitive.   Common  fields<br />              (which  may not be in every module) include author, description,<br />              license, param, depends, and alias.  There  are  often  multiple<br />              param,  alias  and  depends  fields.  The special field filename<br />              lists the filename of the module.</p>
<p>       -k kernel<br />              Provide information about a kernel other than the  running  one.<br />              This is particularly useful for distributions needing to extract<br />              information from a newly installed (but not yet running) set  of<br />              kernel  modules.  For  example,  you wish to find which firmware<br />              files are needed by various modules in a new  kernel  for  which<br />              you must make an initrd image prior to booting.</p>
<p>       -0 &#8211;null<br />              Use  the  ASCII zero character to separate field values, instead<br />              of a new line.  This is useful for scripts, since a new line can<br />              theoretically appear inside a field.</p>
<p>       -a -d -l -p -n<br />              These are shortcuts for author, description, license.  param and<br />              filename respectively, to ease the transition from the old modu-<br />              tils modinfo.</p>
<p>BACKWARDS COMPATIBILITY<br />       This  version of modinfo is for kernel modules 2.5.48 and above.  If it<br />       detects a kernel with support for old-style modules, it will attempt to<br />       run  <a>modprobe.old</a>  in its place, so it is completely transparent to the<br />       user.</p>
<p>       Note that the output of this version of modinfo  is  simpler  and  more<br />       regular  than  the older version: scripts attempting to use the default<br />       output may get confused with complex fields.</p>
<p>       You can force the new  modinfo  to  always  be  used,  by  setting  the<br />       NEW_MODINFO environment variable.</p>
<p>COPYRIGHT<br />       This manual page Copyright 2003, Rusty Russell, IBM Corporation.</p>
<p>SEE ALSO<br />       modprobe(8), <a>modinfo.old</a>(8)</p>
<p>                                22 August 2008                      MODINFO(8)</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=81a70bab-55d7-4aa7-9453-2e843dfe4444" /></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Linux+Man+Pages' rel='tag' target='_self'>Linux Man Pages</a>, <a class='technorati-link' href='http://technorati.com/tag/MODINFO' rel='tag' target='_self'>MODINFO</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>January 4, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/04/sort/" title="SORT">SORT</a></li><li>January 1, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/01/mkdirhier/" title="MKDIRHIER">MKDIRHIER</a></li><li>January 1, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/01/mkfs/" title="MKFS">MKFS</a></li><li>January 1, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/01/mknod/" title="MKNOD">MKNOD</a></li><li>January 1, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/01/mkswap/" title="MKSWAP">MKSWAP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/linux-man-pages/2009/01/01/modinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

