modutils-desc.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Modutils package contains the depmod, genksyms, insmod,
  4. insmod_ksymoops_clean, kerneld, kernelversion, ksyms, lsmod, modinfo,
  5. modprobe and rmmod programs.</para>
  6. </sect2>
  7. <sect2><title>Description</title>
  8. <sect3><title>depmod</title>
  9. <para>depmod handles dependency descriptions for loadable
  10. kernel modules.</para></sect3>
  11. <sect3><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></sect3>
  14. <sect3><title>insmod</title>
  15. <para>insmod installs a loadable module in the running kernel.</para></sect3>
  16. <sect3><title>insmod_ksymoops_clean</title>
  17. <para>insmod_ksymoops_clean deletes saved ksyms and modules not accessed in
  18. 2 days.</para></sect3>
  19. <sect3><title>kerneld</title>
  20. <para>kerneld performs kernel action in user space (such as on-demand loading
  21. of modules)</para></sect3>
  22. <sect3><title>kernelversion</title>
  23. <para>kernelversion reports the major version of the
  24. running kernel.</para></sect3>
  25. <sect3><title>ksyms</title>
  26. <para>ksyms displays exported kernel symbols.</para></sect3>
  27. <sect3><title>lsmod</title>
  28. <para>lsmod shows information about all loaded modules.</para></sect3>
  29. <sect3><title>modinfo</title>
  30. <para>modinfo examines an object file associated with a kernel module and
  31. displays any information that it can glean.</para></sect3>
  32. <sect3><title>modprobe</title>
  33. <para>Modprobe uses a Makefile-like dependency file, created by depmod,
  34. to automatically load the relevant module(s) from the set of modules
  35. available in predefined directory trees.</para></sect3>
  36. <sect3><title>rmmod</title>
  37. <para>rmmod unloads loadable modules from the running kernel.</para></sect3>
  38. </sect2>