Files
tldr/pages.zh/linux/vgdisplay.md

13 lines
254 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vgdisplay
> 显示关于逻辑卷管理器LVM卷组的信息。
> 另见:`lvm`。
> 更多信息:<https://manned.org/vgdisplay>。
- 显示所有卷组的信息:
`sudo vgdisplay`
- 显示卷组 vg1 的信息:
`sudo vgdisplay {{vg1}}`