From c666f5004700bfa02bb3eca86e369557231c6461 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 7 Oct 2017 22:56:02 +0100 Subject: [PATCH] lsmod: add page --- pages/linux/lsmod.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/lsmod.md 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`