modutils-desc.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &modutils-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>depmod</command> creates a dependency file, based on the
  6. symbols it finds in the existing set of modules. This dependency file is used
  7. by modprobe to automatically load the required modules.</para>
  8. <para><command>genksyms</command> generates symbol version information.</para>
  9. <para><command>insmod</command> installs a loadable module in the running kernel.</para>
  10. <para><command>insmod_ksymoops_clean</command> deletes saved ksyms and
  11. modules not accessed for two days.</para>
  12. <para><command>kallsyms</command> extracts all kernel symbols for debugging.</para>
  13. <para><command>kernelversion</command> reports the major version of the
  14. running kernel.</para>
  15. <para><command>ksyms</command> displays exported kernel symbols.</para>
  16. <para><command>lsmod</command> shows which modules are loaded.</para>
  17. <para><command>modinfo</command> examines an object file associated with
  18. a kernel module and displays any information that it can glean.</para>
  19. <para><command>modprobe</command> uses a dependency file, created by
  20. depmod, to automatically load the relevant modules.</para>
  21. <para><command>rmmod</command> unloads modules from the running kernel.</para>
  22. </sect3>
  23. </sect2>