lspci, lsblk, lscpi, lsb_release: add Chinese translation (#11144)

This commit is contained in:
The Galaxy
2023-10-27 02:44:28 +08:00
committed by GitHub
parent 9538a12740
commit f5725f7496
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# lsb_release
> 提供某些 LSBLinux 标准库)和特定于发行版的信息。
> 更多信息:<https://manned.org/lsb_release>.
- 打印所有可用信息:
`lsb_release -a`
- 打印操作系统的描述(通常是全名):
`lsb_release -d`
- 仅打印操作系统名称 (ID),隐藏字段名称:
`lsb_release -i -s`
- 打印发行版的版本号和代号,隐藏字段名称:
`lsb_release -rcs`