jak sprawdzić wersję os w linux

Nie macie czasem tak że logujecie się do serwera przez terminal i nie pamiętacie jaki tam jest zainstalowany system linux? Nic prostrzego, wydając komende jak poniżej:

cat /etc/os-release

otrzymacie np coś takiego:

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"