mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +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
596 B
Markdown
33 lines
596 B
Markdown
# pvs
|
|
|
|
> Display information about physical volumes.
|
|
> See also: `lvm`.
|
|
> More information: <https://manned.org/pvs>.
|
|
|
|
- Display information about physical volumes:
|
|
|
|
`pvs`
|
|
|
|
- Display non-physical volumes:
|
|
|
|
`pvs {{[-a|--all]}}`
|
|
|
|
- Change default display to show more details:
|
|
|
|
`pvs {{[-v|--verbose]}}`
|
|
|
|
- Display only specific fields:
|
|
|
|
`pvs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
|
|
|
|
- Append field to default display:
|
|
|
|
`pvs {{[-o|--options]}} +{{field_name}}`
|
|
|
|
- Suppress heading line:
|
|
|
|
`pvs --noheadings`
|
|
|
|
- Use separator to separate fields:
|
|
|
|
`pvs --separator {{special_character}}`
|