How to identify a Linux distribution

May 04, 2010

If you log into a Linux server and want to know which distribution you’re working with, these commands are helpful:

uname -a (Linux kernel version)

lsb_release -a (distro information)

cat /etc/issue (more basic distro information)