Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Sep 20, 2015
Well, simply speaking, I guess it won't be wrong to say that Linux has its 'roots' in the UNIX systems; but apart from that they both have different historic background, system design and licensing system as well. I recommend that you should read this wonderful writeup on IBM that talks about the main differences between the UNIX and Linux operating systems: #-Link-Snipped-#
-
@maheshkaranam-2UJzUh • Sep 20, 2015
Thank u .. very useful..
-
@abhishek-fg9tRh • Sep 20, 2015
Maheshkaranamwhat is the exact difference between unix and linux ?
Linus Torvalds wrote Linux (Linux Is Not Unix) from scratch, that acts like unix but not a single line of unix code was in it. He did see minix source before he thought of developing something like that, but again not a single line of code of minix is found in Linux. Obviously 'cuz Unix is proprietary, Linux is not. Also, Linux is kernel, not an Operating system.
If anything that comes closer to Unix is BSD. BSD actually have Unix source code (the freely licensed one), while remaining part was written from scratch by BSD devs. Mac OS X is certified Unix. FreeBSD & OS X share lot of common code, that obviously doesn't mean OS X is FreeBSD with pretty GUI.
Inshort, you can call Linux as free/opensource version that act like Unix with no actual unix code, totally written from scratch. While there is another too, *BSD which has free licensed unix code in it and other was written from scratch. Then comes Mac OS X who have used FreeBSD source and with custom modifications claimed it as proprietary.