How to determine what version of linux you're using
From Cosmin's Wiki
Home > Linux how to's > How to determine what version of linux you're using
In order to determine what version of Linux you're using (which distribution), you can do the following:
Method 1:
cat /etc/issue
Method 2:
lsb_release -a