modutils-desc.xml 1.8 KB

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