add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

33
pages.zh/linux/pvs.md Normal file
View File

@@ -0,0 +1,33 @@
# pvs
> 显示有关物理卷的信息。
> 另见:`lvm`。
> 更多信息:<https://manned.org/pvs>。
- 显示有关物理卷的信息:
`pvs`
- 显示非物理卷:
`pvs -a`
- 更改默认显示以显示更多详细信息:
`pvs -v`
- 仅显示特定字段:
`pvs -o {{field_name_1}},{{field_name_2}}`
- 将字段附加到默认显示:
`pvs -o +{{field_name}}`
- 抑制标题行:
`pvs --noheadings`
- 使用分隔符分隔字段:
`pvs --separator {{special_character}}`