Find out what version of SuSE linux you have
Submitted by Des on Thu, 10/03/2013 - 09:28
Linux versions are stored in the /etc directory under a file named XXXX-release where xxxx is the linux version e.g SuSE, Ubuntu etc. So just cat /etc/xxxx-release
cat /etc/SuSE-release
To find the correct file
ls -l /etc | grep .*-release