Toolshed.Nerves.lsmod
You're seeing just the function
lsmod
, go back to Toolshed.Nerves module for more information.
Specs
lsmod() :: :"do not show this result in output"
Print out the loaded kernel modules
Aside from printing out whether the kernel has been tainted, the Linux utility of the same name just dump the contents of "/proc/modules" like this one.
Some kernel modules may be built-in to the kernel image. To see
those, run cat "/lib/modules/x.y.z/modules.builtin"
where x.y.z
is
the kernel's version number.