mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 20:01:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,13 +6,17 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# lvdisplay
|
||||
|
||||
> Display information about Logical Volume Manager (LVM) logical volumes.
|
||||
> See also: `lvm`.
|
||||
> See also: `lvm`, `lvs`.
|
||||
> More information: <https://manned.org/lvdisplay>.
|
||||
|
||||
- Display information about all logical volumes:
|
||||
|
||||
`sudo lvdisplay`
|
||||
|
||||
- Display the information in a short format (same as running `lvs`):
|
||||
|
||||
`sudo lvdisplay {{[-C|--columns]}}`
|
||||
|
||||
- Display information about all logical volumes in volume group vg1:
|
||||
|
||||
`sudo lvdisplay {{vg1}}`
|
||||
|
||||
Reference in New Issue
Block a user