Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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

share|improve this question

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

4 Answers

Have a look at Linux Vs Bsd

share|improve this answer
Dead link, update? – bbaja42 Jun 25 '11 at 23:22

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

share|improve this answer

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.

share|improve this answer

There is an excellent essay over yonder that looks at some of the important philosophical and historical distinctions between BSD and Linux. It is not very practical, but no one really wants a list of "equivalent commands" when asking questions like this anyway.

share|improve this answer
What the hell? A dead link scores higher than the essay I mentioned? That essay provides much deeper insight than any of the documents linked to by the other answers. – Ярослав Рахматуллин Mar 16 at 6:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.