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

21 lines
849 B
Markdown
Raw 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
> Выводит информацию, определённую стандартом 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`