To Know Which Linux Distribution We Are Using
From the Boot Time messages
Fire up your favourite terminal program and type in the following
dmesg | head -1
Using /proc/version
In the terminal type
cat /proc/version
Using /etc/issue
This method gives the most appropriate answer
cat /etc/issue