modutils-desc.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <sect2><title>Contents of Modutils-&modutils-contversion;</title>
  2. <sect3><title>Program Files</title>
  3. <para>depmod, genksyms, insmod, insmod_ksymoops_clean, kallsyms (link to
  4. insmod), kernelversion, ksyms, lsmod (link to insmod),
  5. modinfo, modprobe (link to insmod) and rmmod</para></sect3>
  6. <sect3><title>Descriptions</title>
  7. <sect4><title>depmod</title>
  8. <para>depmod handles dependency descriptions for loadable
  9. kernel modules.</para></sect4>
  10. <sect4><title>genksyms</title>
  11. <para>genksyms reads (on standard input) the output from gcc -E source.c
  12. and generates a file containing version information.</para></sect4>
  13. <sect4><title>insmod</title>
  14. <para>insmod installs a loadable module in the running kernel.</para></sect4>
  15. <sect4><title>insmod_ksymoops_clean</title>
  16. <para>insmod_ksymoops_clean deletes saved ksyms and modules not accessed in
  17. 2 days.</para></sect4>
  18. <sect4><title>kallsyms</title>
  19. <para>kallsyms extracts all kernel symbols for debugging.</para></sect4>
  20. <sect4><title>kernelversion</title>
  21. <para>kernelversion reports the major version of the
  22. running kernel.</para></sect4>
  23. <sect4><title>ksyms</title>
  24. <para>ksyms displays exported kernel symbols.</para></sect4>
  25. <sect4><title>lsmod</title>
  26. <para>lsmod shows information about all loaded modules.</para></sect4>
  27. <sect4><title>modinfo</title>
  28. <para>modinfo examines an object file associated with a kernel module and
  29. displays any information that it can glean.</para></sect4>
  30. <sect4><title>modprobe</title>
  31. <para>modprobe uses a Makefile-like dependency file, created by depmod,
  32. to automatically load the relevant module(s) from the set of modules
  33. available in predefined directory trees.</para></sect4>
  34. <sect4><title>rmmod</title>
  35. <para>rmmod unloads loadable modules from the running kernel.</para></sect4>
  36. </sect3>
  37. </sect2>