Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-20 00:17:31 +00:00
parent 49f405dce8
commit 1f72b34083
8 changed files with 40 additions and 5 deletions

19
tldr/linux/kmod Normal file
View File

@@ -0,0 +1,19 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`