logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage Kernel Modules - Control Modules | Online Free DevTools by Hexmos

Manage kernel modules with kmod. Load, unload, and inspect Linux kernel modules effortlessly. Free online tool, no registration required. Kernel configuration supported.

kmod

Manage Linux kernel modules. This program is usually called via its symlinks: lsmod, rmmod, insmod, modinfo, modprobe, and depmod. See their respective pages for more information. More information: https://manned.org/kmod.

  • List currently loaded kernel modules:

kmod list

  • Display the static device nodes information provided by the modules of the currently running kernel:

kmod static-nodes

See Also