Below, all we need to do in order to know what GNU/Linux distribution we have installed on our computer:
In Debian:
cat /etc/debian_version 5.0.1
In RedHat:
cat /etc/redhat-release Red Hat Linux release 7.3 (Valhalla)
In Ubuntu:
$ lsb_release -a No LSB modules […]