diff --git a/pages/linux/lsmod.md b/pages/linux/lsmod.md new file mode 100644 index 000000000..470770389 --- /dev/null +++ b/pages/linux/lsmod.md @@ -0,0 +1,8 @@ +# lsmod + +> Shows the status of linux kernel modules. +> See also `modprobe`, which loads kernel modules. + +- List all currently loaded kernel modules: + +`lsmod`