I want to know the differences between Linux and BSD .Which is efficient. Because they have some of the similarities with them.
|
feedback
|
migrated from stackoverflow.com Mar 12 '10 at 10:31
This question came from our site for professional and enthusiast programmers.
|
Have a look at Linux Vs Bsd | |||
|
feedback
|
|
BSD is a 'true' unix distribution where as Linux is a unix like operating system. Linux was written originally as a free response to Unix. It has since evolved into a vast number of projects. | |||
|
feedback
|
|
When we say "linux" we mean the Linux kernel developed by Linus Torvalds and the GNU userland developed by the FSF ( Free Software Foundation ) Linux is a Unix clone. BSD - lets talk about FreeBSD ( what I am going to say holds true more or less about the other BSD's as well ) - FreeBSD is developed as one operating system. The kernel + libs +userland are maintained together in a single source code control system ( CVS ) BSD is one of the original Unices but ( confusingly ) cannot be called Unix as that is trademark. Read up: http://www.freebsd.org/doc/en/articles/explaining-bsd/comparing-bsd-and-linux.html | ||||
|
feedback
|