Why is Linux more popular than BSD? [closed]

Some would argue that BSD/Unix has always been more reliable and stable than Linux (not me, of course, don't hurt me!). Why does Linux always seem to beat BSD? Is it the romance of the Linux story? I don't intend to offend anyone, please don't take offense. Also, please be thoughtful and polite in your response.


Solution 1:

The historical situation back in the early part of the 1990s had a lot to do with it. At the time BSD unix was 'struggling to be free' and was viewed as the way forward in many circles. Linux did not get a working TCP stack for a couple of years after it came out and the internet was still somewhat rarefied.

  • UC Berkeley and AT&T were engaged in a lawsuit about the ownership of the BSD code, so the future of the 'free' BSD code base was in question. Ultimately UC Berkely won the suit by being able to show large chunks of BSD code in the SVR4 code base. AT&T was suitably embarassed by this and backed down. The UCB people replaced the last of the infringing code with their own work and could release an AT&T free code base.

  • About this time Bill and Lynn Jolitz took the BSD code base and ported it to the 386, creating 386BSD and documenting it in a famous series of articles in Dr. Dobb's Journal.

  • The lawsuit went on for long enough to paralyse the potential BSD community, which could not invest significantly in the code base until the legal uncertainty had cleared.

  • A 'stable' version of Linux finally came out with a working TCP stack.

  • Linux was available under the GPL which reduced the incentive to fork it. This and Linux Torvalds' effective benevolent dictatorship worked to keep the kernel development unified.

  • Several competing forks of BSD grew out of the BSD code base, fragmenting the community.

The relative cohesion of the early Linux kernel development meant that Linux moved forward relatively quickly and ultimately gained the mind share. The entire BSD world stood still while the lawsuit was resolved. Even with lawsuit resolved it still lacked the structural cohesiveness of the Linux kernel development process and split into several forks.

Thus, while BSD was (certainly at that point) more mature and arguably technically superior, Linux got the mindshare - which is pretty much the be-all and end-all of success in any large software market.

Solution 2:

It's mainly a historical thing. Like Windows, Linux happened to be in the right place at the right time and gained market share much quicker than BSD. This caused more drivers and applications to be developed for it, giving it even more momentum.

Solution 3:

I'll quickly throw up an answer before it gets closed...

But personally, in my somewhat limited experience with Debian, Ubuntu, Redhat and FreeBSD, Linux always seems easier to use and get setup with...

On the other hand, Apple OS X is built off a BSD base, so you might say that BSD is more popular than Linux!

Solution 4:

Timing. Linux came out for the 386 in August of 1991. The first BSD to come out for the x86 architecture was 386BSD in March of 1992. Furthermore, there was only one Linux. In 1993 BSDi came out for the 386. So, there were, almost immediately, multiple BSDs that requiring users to make a choice. Soon after critical mass took over as there became more ports and drivers for Linux.