$ curl cheat.sh/
# lsmod
# Shows the status of Linux kernel modules.
# See also `modprobe`, which loads kernel modules.
# More information: <https://manned.org/lsmod>.

# List all currently loaded kernel modules:
lsmod

$
Follow @igor_chubin cheat.sh tldr