1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 19:15:23 +02:00
tldr/pages/linux/lsb_release.md

21 lines
574 B
Markdown
Raw Normal View History

2015-10-09 09:17:32 +01:00
# lsb_release
> Get LSB (Linux Standard Base) and distribution-specific information.
> More information: <https://manned.org/lsb_release>.
2015-10-09 09:17:32 +01:00
- Print all available information:
2015-10-09 09:17:32 +01:00
`lsb_release {{[-a|--all]}}`
2015-10-09 09:17:32 +01:00
- Print a description (usually the full name) of the operating system:
2015-10-09 09:17:32 +01:00
`lsb_release {{[-d|--description]}}`
2015-10-09 09:17:32 +01:00
- Print only the operating system name (ID), suppressing the field name:
2015-10-09 09:17:32 +01:00
`lsb_release {{[-is|--id --short]}}`
2015-10-09 09:17:32 +01:00
- Print the release number and codename of the distribution, suppressing the field names:
2015-10-09 09:17:32 +01:00
`lsb_release {{[-rcs|--release --codename --short]}}`