1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pvs.md

34 lines
596 B
Markdown
Raw Normal View History

2020-07-08 13:18:44 +00:00
# pvs
> Display information about physical volumes.
> See also: `lvm`.
> More information: <https://manned.org/pvs>.
2020-07-08 13:18:44 +00:00
- Display information about physical volumes:
`pvs`
- Display non-physical volumes:
`pvs {{[-a|--all]}}`
2020-07-08 13:18:44 +00:00
- Change default display to show more details:
`pvs {{[-v|--verbose]}}`
2020-07-08 13:18:44 +00:00
- Display only specific fields:
`pvs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
2020-07-08 13:18:44 +00:00
- Append field to default display:
`pvs {{[-o|--options]}} +{{field_name}}`
2020-07-08 13:18:44 +00:00
- Suppress heading line:
`pvs --noheadings`
- Use separator to separate fields:
`pvs --separator {{special_character}}`