Page 1 of 1

Findout What Version Of Linux You're Running!

Posted: Mon Jan 24, 2011 6:57 am
by mikethedj4
Sometimes we may forget what version of our distribution we're running, or what distro were running, so in order to findout you can open up your terminal. (location varies upon distro to distro)

And put down...
Code: Select all
cat /etc/issue
This will give you the distro id, release, and description.
You can also add the following terminal command below which includes what's above, but also the code name.
Code: Select all
cat /etc/lsb-release
terminallinuxversion.png
Findout what version of Mac OS X you're running!