Quote:
Originally Posted by renilcerym Well kind of. OSX is based off of Linux and has the same command terminal. I have heard a lot of people say that they have been able to get Linux apps running on their Mac. I'm trying to see if I can get it to work right now. |
I'm guessing you haven't spent alot of time in the Unix world
The underlying Unix on OSX is called Darwin, and it uses a Mach kernel, not the Linux kernel. It actually traces it's lineage back to BSD, and has never had anything to do with Linux. They all have their roots in Unix, though Linux is more of a clone, since it's never had any of the original Unix source code applied to it.
The apps that work cross platform aren't 'Linux' apps, very few apps are Linux only. The majority of popular apps are ported between the architectures, so that I can run Gnome or KDE on pretty much any Unix. For the apps which aren't already ported, you have the option of compiling the source code yourself for your platform, if it's available.
Suffice it to say that OSX is not just Linux (or any form of Unix for that matter) that just happens to have a pretty shell.