modutils-desc.xml 1.3 KB

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