modutils-desc.xml 1.2 KB

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