Determine linux distro and version

1
Our mendix app is hosted @ mendix (mendix custom hosting, not cloud) and I need to know which linux distro (debian) is used and the version. Which command do I need to use to get the linux distro in putty? Edit: Used cat /etc/issue with Debian GNU/Linux 5.0 as a result.
asked
1 answers
1

uname -a should do the trick

answered