Prowadzi nazwę systemu operacyjnego i wersja Linux

( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head -n1
Cruel Cockroach