lspci, lsblk, lscpi, lsb_release: add Chinese translation (#11144)
This commit is contained in:
20
pages.zh/linux/lsb_release.md
Normal file
20
pages.zh/linux/lsb_release.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# lsb_release
|
||||
|
||||
> 提供某些 LSB(Linux 标准库)和特定于发行版的信息。
|
||||
> 更多信息:<https://manned.org/lsb_release>.
|
||||
|
||||
- 打印所有可用信息:
|
||||
|
||||
`lsb_release -a`
|
||||
|
||||
- 打印操作系统的描述(通常是全名):
|
||||
|
||||
`lsb_release -d`
|
||||
|
||||
- 仅打印操作系统名称 (ID),隐藏字段名称:
|
||||
|
||||
`lsb_release -i -s`
|
||||
|
||||
- 打印发行版的版本号和代号,隐藏字段名称:
|
||||
|
||||
`lsb_release -rcs`
|
Reference in New Issue
Block a user