mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-10 06:05:27 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
33 lines
567 B
Markdown
33 lines
567 B
Markdown
# vgs
|
|
|
|
> Display information about volume groups.
|
|
> See also: `lvm`.
|
|
> More information: <https://manned.org/vgs>.
|
|
|
|
- Display information about volume groups:
|
|
|
|
`vgs`
|
|
|
|
- Display all volume groups:
|
|
|
|
`vgs {{[-a|--all]}}`
|
|
|
|
- Change default display to show more details:
|
|
|
|
`vgs {{[-v|--verbose]}}`
|
|
|
|
- Display only specific fields:
|
|
|
|
`vgs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
|
|
|
|
- Append field to default display:
|
|
|
|
`vgs {{[-o|--options]}} +{{field_name}}`
|
|
|
|
- Suppress heading line:
|
|
|
|
`vgs --noheadings`
|
|
|
|
- Use separator to separate fields:
|
|
|
|
`vgs --separator =`
|