1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

lvs: add Chinese translation (#6443)

This commit is contained in:
Antyna 2021-09-02 00:52:09 +08:00 committed by GitHub
parent 449267ef13
commit fb0412d03b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

33
pages.zh/linux/lvs.md Normal file
View file

@ -0,0 +1,33 @@
# lvs
> 显示逻辑卷信息。
> 另见:`lvm`.
> 更多信息:<https://man7.org/linux/man-pages/man8/lvs.8.html>.
- 显示逻辑卷信息:
`lvs`
- 显示所有逻辑卷:
`lvs -a`
- 改变默认显示以显示更多细节:
`lvs -v`
- 只显示特定字段:
`lvs -o {{域名 1}},{{域名 2}}`
- 将字段附加到显示:
`lvs -o +{{域名}}`
- 抑制标题行:
`lvs --noheadings`
- 使用特殊分隔符分隔特定字段:
`lvs --separator {{=}}`