tldr/pages.zh/linux/lsb_release.md

21 lines
426 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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