Find Out My Linux Distribution Name and Version
# See http://www.cyberciti.biz/faq/find-linux-distribution-name-version-number/
# To find out what version of Linux (distro) you are running, enter the following command at the shell prompt:
cat /etc/*-release
# The lsb_release command displays certain LSB (Linux Standard Base) and distribution-specific information. Type the following command:
lsb_release -a