How to find out your OS version…


Open up a terminal window and type the following command:

sw_vers

This command will give you info on what version of OS X you’re running. You can also try the traditional UNIX command:

uname -a

this returns Darwin information on OS X.

,

Leave a Reply