Files
tldr/pages.zh/linux/lsb_release.md

20 lines
427 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lsb_release
> 获取 LSBLinux 标准基础)和特定发行版的信息。
> 更多信息:<https://manned.org/lsb_release>。
- 打印所有可用信息:
`lsb_release -a`
- 打印操作系统的描述(通常是全名):
`lsb_release -d`
- 仅打印操作系统名称ID并抑制字段名称
`lsb_release -i -s`
- 打印发行版的版本号和代号,抑制字段名称:
`lsb_release -rcs`