<?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>Mon, 06 Sep 2010 12:05:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</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[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 the Linux Kernel modules given on the command line. If the module name is not [...]]]></description>
			<content:encoded><![CDATA[<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>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmodinfo%2F&amp;title=MODINFO" title="Bookmark this post : MODINFO on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmodinfo%2F&amp;title=MODINFO&amp;bodytext=MODINFO%288%29++++++++++++++++++++++++++++++++++++++++++++++++++++++++++MODINFO%288%29NAME+++++++modinfo+-+program+to+show+information+about+a+Linux+Kernel+moduleSYNOPSIS+++++++modinfo+%5B+-0+%5D+%5B+-F+field+%5D+%5B+-k+kernel+%5D+%5B+modulename%7Cfilename+...+%5D+++++++modinfo+-V+++++++modinfo+-hDESCRIPTION+++++++modinfo+extracts+information+f" title="Digg this post : MODINFO"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmodinfo%2F&amp;t=MODINFO" title="Recommend this post : MODINFO on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmodinfo%2F&amp;title=MODINFO" title="Buzz up this post : MODINFO "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmodinfo%2F" title="Buzz up this post : MODINFO "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmodinfo%2F&amp;tt=MODINFO" title="Share this post : MODINFO on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmodinfo%2F&amp;title=MODINFO" title="Share this post : MODINFO on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmodinfo%2F&amp;title=MODINFO" title="Share this post : MODINFO with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmodinfo%2F" title="Tweet this post : MODINFO on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://itechlog.com/linux-man-pages/2009/01/01/modinfo/feed" title="Follow this post : MODINFO comments"><span class="head">Subscribe to the comments on this post</span></a></li>
<li class="iconOnly"><a rel="" class="email" href="mailto:?subject=iTechLog : MODINFO&#038;body=here is a link to a site I really like.   http://itechlog.com/linux-man-pages/2009/01/01/modinfo/" title="Tell a friend about this post : MODINFO "><span class="head">Tell a friend</span></a></li>
</ul>
<div class="clean"></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>
