mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 04:48:22 +00:00
Update cheatsheets
This commit is contained in:
14
linux/lsmod
Normal file
14
linux/lsmod
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user