tldr/pages.ru/linux/lsb_release.md

21 lines
849 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
> Выводит информацию, определённую стандартом LSB (Linux Standard Base), а также характерную для дистрибутива.
> Больше информации: <https://manned.org/lsb_release>.
- Отобразить всю имеющуюся информацию:
`lsb_release -a`
- Отобразить описание (обычно полное наименование) операционной системы:
`lsb_release -d`
- Отобразить наименование ОС, без указания поля "Distributor ID":
`lsb_release -i -s`
- Отобразить номер релиза (release number) и кодовое наименование дистрибутива без указания полей с названием:
`lsb_release -rcs`