Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-16 00:22:19 +00:00
parent cb2b02c321
commit a3dc1769f5
31 changed files with 139 additions and 93 deletions

View File

@@ -11,16 +11,16 @@ source: https://github.com/tldr-pages/tldr.git
- List all logical volumes:
`lvscan`
`sudo lvscan`
- List only active logical volumes:
`lvscan --active`
`sudo lvscan --active`
- List only inactive logical volumes:
`lvscan --inactive`
`sudo lvscan --inactive`
- Display logical volumes in JSON format:
`lvscan --reportformat json`
`sudo lvscan --reportformat json`