Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can some one please explain the major difference between Linux and Unix?

share|improve this question
4  
Google is a better resource for this kind of question than SO. – mwcz May 4 '12 at 18:22

closed as not a real question by BluesRockAddict, Don Roby, duffymo, gpojd, DarthVader May 4 '12 at 18:33

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

3 Answers

Unix was written at Bell Labs AT&T back in the 70s.

Linux is a port of Unix for PCs written by Linus Torvalds and released to open source in 1991.

share|improve this answer

Check this: http://www.unixguide.net/linux/lnag/lnag1.5.shtml Linux is basically an unix-like Kernel where Unix is itself a self-established Kernel.

share|improve this answer

Unix is propriety kernel designed for a more select audience (ie servers). It is mostly propriety code.

Linux is is designed for a general purpose audience (ie. desktops). It is open source. Linux was based on Unix.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.