I want to know the differences between Linux and BSD .Which is efficient. Because they have some of the similarities with them.

link|improve this question
feedback

migrated from stackoverflow.com Mar 12 '10 at 10:31

This question came from our site for professional and enthusiast programmers.

3 Answers

Have a look at Linux Vs Bsd

link|improve this answer
Dead link, update? – bbaja42 Jun 25 '11 at 23:22
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.

link|improve this answer
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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown