Finding out your Linux distro

Ever wanted to find out the version of Linux you are running? The obvious place to look for it is 'uname', but it tells you little (if at all) abour the distro. Here are some more productive ways to see the distro you are using:

cat /etc/issue

dmesg | head -1code

cat /proc/version