Linux Distro Identification Cheatsheet | Generated by AI

Home 2026.04

Simple — I ran one command over SSH:

cat /etc/os-release

Every Linux distro has this file. It gives you the OS name, version, codename, all in a standard format. I also ran uname -a for the kernel version, but os-release is the main one for identifying the distro.

Quick cheat sheet for other checks:


Back Donate