mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 12:58:16 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user