Date: 1/07
Affected NV Version: n/a
OS Version: Linux
Plugin version: n/a
Application version: n/a
Description: How to find out which Linux Distribution you are using?
open a terminal windows on the machine and type the following 3 commands separately:
cd /
cat /etc/issue
cat /proc/version
You output should be simliar to below
Welcome to (your Linux disto name)
Linux version 2.6.13-15-default (geeko@buildhost) (gcc version 4.0.2 20050901 (prerelease) (Your Linux Disto Name)) #1 Tue Sep 13 14:56:15 UTC 2005