Pages

Friday, December 28, 2012

What Version of SUSE Linux?

How Do I find out the version / distribution info on my SUSE Linux system?



Most distributions include a small text file in /etc that will tell you what version of the distribution you're using. I believe this is called /etc/SuSE-release on SuSE

To find out what version of Linux you are using open your terminal and type:

cat /proc/version
or type:
cat /etc/issue

No comments:

Post a Comment