osrelease
Os-release, typically found at /etc/os-release, is a standardized, machine-readable file that provides operating system identification data for Unix-like systems. It is defined by the freedesktop.org OS Release specification and is widely used by Linux distributions to expose consistent metadata about the installed OS. Some distributions also ship a vendor-specific copy at /usr/lib/os-release, which may be used as defaults or overridden by /etc/os-release.
The file is a plain text collection of KEY=VALUE pairs. Values may be quoted, especially when they
Purpose and usage are central to os-release. It enables software to identify the operating system in a
Notes: while the spec aims for consistency, not all fields are present on every distribution, and implementations