Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Unix Operating Systems Software Businesses Linux Business Red Hat Software

On The Death Of Unix 350

An anonymous reader writes "In an interview with Red Hat Asia Pacific boss Gus Roberston, he tells ZDNet why he believes Unix will be dead since in future, there will only be two operating systems left (for corporations). "We don't see ourselves competing against Microsoft. We are taking market share away from Unix," he said. However, IDC counters Robertson's claim saying Unix market share has actually been increasing in that part of the world."
This discussion has been archived. No new comments can be posted.

On The Death Of Unix

Comments Filter:
  • Which Unix? (Score:5, Interesting)

    by wiredog ( 43288 ) on Monday December 01, 2003 @09:44AM (#7598053) Journal
    Linux is, essentially, Unix. So are the various flavors of BSD.

    And then there is the newest Unix on the block, a BSD variant, known as OS X. A User Friendly Unix.

    • by gl4ss ( 559668 ) on Monday December 01, 2003 @09:47AM (#7598073) Homepage Journal
      sco unixware of course, the unix of real men!

      doh!

    • Re:Which Unix? (Score:2, Interesting)

      Not sure Mac OS X will hurt Linux. I am much happier though, now that the Macs on my lab group's network are *nix and support NFS. Pity we still have some of those out dated OSes running - you know the one I mean, it runs the BSOD application on a buggy text based thing called DOS.

      Although Linux goes stronger, there will always be dedicated proprietry *nix OS for computers managing complicated scientific instruments such as NMRs. The inorganic lab at Oxford University has Irix and Solaris boxes as well as
    • Re:Which Unix? (Score:5, Informative)

      by idiotnot ( 302133 ) <sean@757.org> on Monday December 01, 2003 @09:56AM (#7598123) Homepage Journal
      OSX is not Unix. It's not even a BSD, really. It's OpenStep, which is cocoa, mach, etc. etc. The BSD subsystem runs in the same address space as mach for performance reasons, but OSX is not running a BSD kernel. Get a mac, install NetBSD or OpenBSD (or even Linux), run dmesg, and compare it to the dmesg output of Darwin, and you'll see the difference.

      Don't get me wrong, I love OSX. But calling it Unix is a bit misleading.
      • OSX isn't Unix? (Score:5, Interesting)

        by DesScorp ( 410532 ) on Monday December 01, 2003 @11:58AM (#7599078) Journal
        That's funny....

        Apple [apple.com] says it is.

        And as far as I'm concerned, Linux and BSD are Unix as well. If it looks like Unix, acts like Unix, etc. Now, had the question been "Will PROPRIETARY Unix die?", well, then maybe you'd have a point. But Linux and BSD have pretty much insured that Unix itself won't die.
    • Re:Which Unix? (Score:5, Insightful)

      by mwood ( 25379 ) on Monday December 01, 2003 @09:58AM (#7598142)
      Indeed, we must speak carefully when discussing "the death of Unix". Do we mean "Unix(tm)", or "Unix and all that other stuff that looks pretty much just like it"? The former could indeed be killed off by the remainder of the latter; the latter group still has a long future IMHO.
    • by fireboy1919 ( 257783 ) <rustypNO@SPAMfreeshell.org> on Monday December 01, 2003 @09:58AM (#7598150) Homepage Journal
      Linux is not Unix. Essentially, Unix is something that comes from the Unix codebase, which, essentially, Linux does not. Linux implements Posix, just like a Unix, but it does so many other things better.

      This is a good way to point out the similaries and differences. Linix and Unix both do posix. Linux is not Unix.
      • by wiredog ( 43288 ) on Monday December 01, 2003 @10:02AM (#7598176) Journal
        I apply the duck test. If it looks like Unix, acts like Unix, etc, then it's Unix. Of course, it's X Windows plus the GNU tools that make Linux look/quack/swim like Unix.
      • by Junks Jerzey ( 54586 ) on Monday December 01, 2003 @10:07AM (#7598202)
        Linux is not Unix. Essentially, Unix is something that comes from the Unix codebase, which, essentially, Linux does not. Linux implements Posix, just like a Unix, but it does so many other things better.

        Use Unix. Use Linux. Then just try to tell the difference. I've been there; there's essentially no different from a user's point of view.
        • by Zocalo ( 252965 ) on Monday December 01, 2003 @10:18AM (#7598288) Homepage
          There's essentially no different from a user's point of view.

          There certainly is from the shell scripters point of view though. Ever tried porting a script that some one wrote on Linux making full use of the GNU tools featuritis to, say, stock Solaris. Oh Man!

          • What about if you compile all the gnu tools for your solaris box first? ;)
            • by Anonymous Coward
              What if it's not "your" Solaris box, and that's not an option for whatever policy reason? And don't even get me started on if the scripter made the assumption that Bash was the default feature set for a shell... The original poster has a point; GNU/Linux has enabled shell scripters to become incredibly lazy at the expense of portability.
          • Indeed, however sadly this is an indication of how sloppy a lot of stuff on Linux has been finished off. If you want portability then, of course, you start with the lowest common denominator - usually the stock version of whatever flavour of UNIX is your fancy.

            Personally I'm getting fed up correcting badly written scripts on Linux targetted software. Give me some quality control and consistency on stuff being produced and I'll be a happy bunny.

          • by metamatic ( 202216 ) on Monday December 01, 2003 @12:11PM (#7599217) Homepage Journal
            Ever tried porting a script that some one wrote on Linux making full use of the GNU tools featuritis to, say, stock Solaris.


            No, because only idiots write and maintain complicated code in shell script when there are tools like Perl and Python available. Shell script should only be used for trivial stuff.

            (Yeah, go ahead, mod me flamebait, I'm still right.)
        • Use Unix. Use Linux. Then just try to tell the difference. I've been there; there's essentially no different from a user's point of view.

          Admin HP-UX. Admin Linux. Admin OSX. I've been there, and the differences are profound.

          Using your criteria, there is no difference between a bus, a train, or an airplane - as long as you keep your eyes tightly shut!

          You and WireDog can choose to remain ignorant of the differences, but that won't make them go away...

          Linux is to Unix as the child is to the father - s

      • by peter303 ( 12292 ) on Monday December 01, 2003 @10:16AM (#7598273)
        UNIX is a philosophy about how to present computing resources to the programmer and user. Some components include hierarchial files, I.O devices are files, pipes of simple applications, and so on. AT7T, BSD, Linux, etc. follow this pretty closely, even if the underlying code is different.
        • SCO might succeed in killing Unix as a name by their trademark protection lawsuits, but Unix as the philosophy and basis of computer operating systems will survive. Richard M. Stallman was the most prominent name to notice that trademarks and patents might, and probably would, endanger the free exchange of knowledge that marked the early days of Unix, when Bell essentially gave it to colleges. He started GNU and GPL as projects to cut this coming loss of freedom. The current reaction of corporate America
      • Agreed. Linux is not JUST Unix. It's Unix with an ideology - of being open AND useful. Unlike Unix, it's aim is to change the computing paradigm and empower users. Unix, OTOH is just another operating system, like Windows.

        -
      • by jdavidb ( 449077 ) on Monday December 01, 2003 @10:58AM (#7598545) Homepage Journal

        Linux is UNIX in all respects that matter; it's just that some people believe we don't have the legal right to call it that due to trademark law. I, on the other hand, believes the First Amendment to the U.S. Constitution gives me the right to call it anything I please. Linux is UNIX. So there. :P I dare anyone to come after me with a legal stick.

        Words evolve in meaning; you can't legislate the development of language.

    • You're forgetting Windows!
      The 32 bit versions of Windows in the NT line all have a POSIX layer.
  • RH != UNIX? (Score:4, Insightful)

    by AKnightCowboy ( 608632 ) on Monday December 01, 2003 @09:47AM (#7598077)
    If Red Hat isn't marketing a UNIX clone, then what's it marketing now? Last time I checked, Linux is a UNIX clone. Sure, it's not SCO UNIX(R)(TM), but it's still UNIX. Sometimes I wonder whether these MBAs really know what the hell they're trying to sell or if they just have a form process to market anything.
    • Re:RH != UNIX? (Score:3, Insightful)

      Look man, engineering and marketing are orthogonal.
      How many well-engineered products have died on the vine for wont of touting,
      and how much debris floats in the market, buoyed by marketing savvy that could have Saddam Houssein smiling while eating gefultefish?
    • Wrong (Score:5, Insightful)

      by 0x0d0a ( 568518 ) on Monday December 01, 2003 @10:16AM (#7598267) Journal
      If Red Hat isn't marketing a UNIX clone, then what's it marketing now? Last time I checked, Linux is a UNIX clone. Sure, it's not SCO UNIX(R)(TM), but it's still UNIX. Sometimes I wonder whether these MBAs really know what the hell they're trying to sell or if they just have a form process to market anything.

      No, what he said was exactly right.

      "We are making a product foo, which is a clone of bar. Foo competes mostly with bar, and will kill off bar within a decade."

      How hard is that to understand?

      Weavers are a clone of triscuits, and saying that "triscuits will be dead within the decade, killed by weavers" is an entirely valid statement.
      • "The Difference which makes no Difference is no Difference."

        There are two points on which Linux "competes" with more traditional Unixes: price and features. Features are trivial to port back to traditional Unix, should one of the vendors decide that API stability is no longer of any interest to customers (hint: this is not yet the case as far as I've seen). That leaves price.

        Price isn't a technical difference.

  • Any article (Score:5, Insightful)

    by cubicledrone ( 681598 ) on Monday December 01, 2003 @09:47AM (#7598081)
    That asks "is $TECHNOLOGY dead?" is FUD.

    Period.
    • That asks "is $TECHNOLOGY dead?" is FUD.

      No, this is not FUD. This is understanding why technology that has been in the cuture for over 30 years is not being used as much.

      If this article was to spread FUD, it would have included SCO.

      Go back to your cave troll!
    • by pavon ( 30274 )
      Because we all know that elvis was an alien robot.
  • Oh really? (Score:5, Informative)

    by GeckoFood ( 585211 ) <geckofood@nosPAM.gmail.com> on Monday December 01, 2003 @09:48AM (#7598087) Journal
    That doesn't quite wash. Several government agencies here in the US have made a steady migration from Windows to UNIX or Linux. It appears that more are getting on the bandwagon, too. Such being the case, I can't see UNIX losing too much ground, at least in business. Maybe in the home market it has lost ground, but there seems to be a healthy move in favor of UNIX in the workplace in certain areas.
    • Re:Oh really? (Score:3, Insightful)

      People lose sight of something in the battle between Linux and *OS, though. Linux is MEANT to be a UNIX clone, so it's major target is still UNIX. The whole idea that it's being used to attack Windows is sort of silly, actually. It certainly does make a good Windows replacement on the server for systems that need a wider range of or more robust tools, but part of the reason it isn't a good desktop solution yet is that it's not really meant to go head to head with Windows that way. They're too distinct s

      • Re:Oh really? (Score:3, Interesting)

        by FatherOfONe ( 515801 )
        It wasn't the original target...

        Actually it was. The idea was not to have Linux be some super server to compete with a IBM Mainframe or 10 million dollar Sun box. It was to give one guy a good platform to work on, that didn't crash all the time. So actually Linux started out more as a "desktop" than a server.

        I do agree that Linux is a Unix clone, but the core difference I see is the large number of developers working on Linux vs *OS. Were most Unix vendors focus on one area (server), Linux tends to fo
  • by jkrise ( 535370 ) on Monday December 01, 2003 @09:49AM (#7598090) Journal
    The more important thing that's dying is unaccountability in software - whether Microsoft or *nix from HP, Sun, SGI etc. Linux has ensured that s/w firms talk first about featiures from user's point of view, not the code itself. And that's a big victory - not whether Linux is taking marketshare from Unix or Windows.
  • by A1tha1us ( 727848 ) on Monday December 01, 2003 @09:49AM (#7598091) Journal
    I think is what they expect to happen. and they're probably right, I use Linux on a desktop, but I know too many people that can't even cope with Windows which (despite it's flaws) goes out of it's way to be easy enough for a child to use. Linux is great, but it's not for the masses, and there is no money to be made with Linux on the desktop (well not much) the likes of IBM invest in linux for servers becuase they can then sell the hardware and the support, but that means investment in making it a first class server OS, and not much on making it an easy-to-use desktop environment. I think redhat realise that proprietary UNIX's are their only real space to grow in.
    • by BrokenHalo ( 565198 ) on Monday December 01, 2003 @10:59AM (#7598548)
      but I know too many people that can't even cope with Windows which (despite it's flaws) goes out of it's way to be easy enough for a child to use

      My wife (a militant non-geek History postgrad) has no difficulty in coping with Gnomeish interfaces on a Slackware box I set up for her. (And how many Windows users install their own OSs?)

      I even heard her gloating the other day to a friend who had been bitten by the virus du jour that since she runs Linux it didn't affect her...

      Heh. And who said Linux wasn't ready for the desktop?

    • Linux is great, but it's not for the masses, and there is no money to be made with Linux on the desktop (well not much)

      There's probably little money to be made in desktop Linux, but there's plenty to be saved. The adoption will come first on the corporate desktop, where you can roll out thousands of identical boxes and there are trained people to support them. Linux is just as easy to use as Windows, it's more difficult to administer if you have no idea what you're doing, but easier if you do. Corpora

  • Hmm? (Score:3, Interesting)

    by dnaumov ( 453672 ) on Monday December 01, 2003 @09:49AM (#7598092)
    "More importantly, the enhancement puts RHEL 3.0 in better stead against rival OS Unix, which has long been equipped with more advanced-threading capabilities."

    What is this "rival OS Unix" he is talking about? AIX? Solaris? Tru64? BSD/OS? What?
  • Wrong strategy (Score:5, Insightful)

    by KamuSan ( 680564 ) on Monday December 01, 2003 @09:49AM (#7598102) Journal
    I'd rather have RH aiming at MS' market share. If he just wants to compete with other Unices, then in the end MS will prevail.

    The combination of Palladium in OS and hardware would be really uncomfortable for up-and-rising Asian countries.
    I think that now is a big chance to gain a lot of market share with Linux or BSD. Those countries don't have a lot to spend (yet) and you can ask yourself if they will want to commit themselves to Microsoft vendor lock-in (read: License 6.0). I wouldn't if I were them.

    So Linux/Un*x vendors should unite, and not compete (too much). If they will, then the third dog will grab the bone.
    • It's becoming more and more clear, that RH is just another American company without ideals - it appears they've done more damage than MS cares to admit - hence this wishy-washy stuff.

      If RH is replacing Unix, it's doing it on the strength of GNU/Linux, not it's own product like Netware. RH seems to be satisfied with just a little money, not a significant share of the market. So be it. Some other Linux distro will take it's place.

      -
      • Re:Wrong strategy (Score:3, Interesting)

        by BrokenHalo ( 565198 )
        RH is just another American company without ideals

        While RedHat does not produce my my favourite distribution [slackware.com] I get very tired of this bashing. RH has contributed probably more man-hours in terms of software development, maintenance and suport than (probably) any other company without charging a cent.

        I challenge you to (honestly) say that for Microsoft.

    • Re:Wrong strategy (Score:3, Interesting)

      by squaretorus ( 459130 )
      So Linux/Un*x vendors should unite, and not compete (too much).

      I couldn't disagree with this less. The whole reason MS sucks is that there is no genuine competition driving quality and innovation. And nothing driving them to satisfy the customer in a real sense.

      By having strong competition between the n*xes we see a diverse marketplace, with a breadth of solutions offering something new, old, original, well tested and everything else thats out there.

      Focusing on MS as 'the enemy' sets everything off on t
      • Re:Wrong strategy (Score:5, Insightful)

        by KamuSan ( 680564 ) on Monday December 01, 2003 @10:43AM (#7598450) Journal
        No, MS sucks as a company, but it's products are ok
        (read: good enough).

        The whole problem with MS is that it doesn't compete on quality, or price, but it sells through vendor lock-in (read: through the nose).
        MS has a broad product suite, where each product has hooks into their other products. If you buy product X, then you need product Y, or it only really really works nice with product Z. And the more products you buy, the more you need to buy their other products.

        The main vector for this extremely contagious MS disease are their OSes. Their OSes are the bait in 'bait, hook and switch'.

        So, if you think you can compete with MS by providing a better product, and you think that more competition will provide this better product, think again. MS doesn't compete by providing better products, it just grows it's market share and then let their weight do the work. The only way to compete with MS is to prevent them from growing their market share too much. And if you just concentrate on competing with other Unices, then you (and the other Unices) will lose, because behind your back MS will eat the total Un*x-likes market share.

        Look at it from a PHB point of view. Say that there is a 75% market share of Un*x-likes and a 25% market share of Windows-likes (which is in effect 25% for Windows itself).
        What OS would you choose, an OS with a 25% market share in a fragmented market of total 75%, that means 18.75% of the total market, or an OS with 25% of the total market? Let alone that the position of this last OS will be perceived as more stable, because there is so much turmoil in the Un*x-like market.
  • So Long, UnixWare (Score:3, Insightful)

    by idiotnot ( 302133 ) <sean@757.org> on Monday December 01, 2003 @09:50AM (#7598105) Homepage Journal
    You and your brother OpenServer shan't be missed very much.

    I disagree with his sentiment, however. It's just a matter of what runs best on what platform. Irix will still be best on SGI hardware, and Solaris will still be best on Sun hardware. And who knows....maybe Sun will bring it up to snuff when they start shipping AMD64 machines. People will run software that best fits their needs and the machine they're using. RedHat on commodity PC hardware might do most of it now, but it certainly won't do all of it.
    • Irix will still be best on SGI hardware

      Er, no, since pretty soon there won't be new Irix releases - only Linux. I suppose that might not be the case if SGI has waffled again and gone away from it's very public commitment to Linux going forward.

      Yep, looks like the new Itanium stuff [sgi.com] is Linux-only. (BTW I'm pretty sure Linux was a better decision than Itanic...heh.) And please, SGI, change the color scheme on those things!

      • Take a look at this [extremetech.com] which talks about the future MIPS machines, which will still run Irix. Irix, despite its weirdness, can still do things Linux can't. Go take a look at a very high end Irix server (something like an Origin 2k or 3k), and you'll see the difference.
        • Take a look at this which talks about the future MIPS machines, which will still run Irix.

          Right, but SGI has been trying to kill off the MIPS/Irix line for years. Now that Itanium is (finally) competitive, I personally wouldn't be investing much in MIPS systems...

  • As said RH = UNIX (Score:4, Informative)

    by rf0 ( 159958 ) * <rghf@fsck.me.uk> on Monday December 01, 2003 @09:55AM (#7598119) Homepage
    and for a little walk through memory lane The UNIX Story [bell-labs.com]. Also also lets not forget MS UNIX, Xenix IIRC

    Rus
  • by Billly Gates ( 198444 ) on Monday December 01, 2003 @09:57AM (#7598139) Journal
    Partially right...

    In the future there will be 2 os's. Windows and Unix.

    I consider Linux/*BSD/Solaris/AIX/MacOSX/etc Unix.

    Some variants may have orginal AT&T code while some do not.

    But unless you get into the embedded market, Unix and Windows are the 2 main players.

    #3 Netware is now going to turn into a Linux in the near future.

    I agree though that opensource is eating up Unix more then Windows but its still unix.

  • by dpbsmith ( 263124 ) on Monday December 01, 2003 @09:58AM (#7598147) Homepage
    "I don't use [product] any more."

    "What? but, Agnes you've always used [product].

    "Nope, now I've switched--to *NEW*, *IMPROVED* [product]. It's even tastier, more absorbent, and 22.6% faster-acting!"
  • wha?? (Score:4, Insightful)

    by Anonymous Coward on Monday December 01, 2003 @10:00AM (#7598158)
    how the hell did a troll end up as a story?
  • is that RedHat's bosses have moronic ideas.

    From 'don't use Linux on the desktop' to 'UNIX is dead', and I'm sure they can do even better.

    Just too bad that '640K ought to be enough for anyone' has already been said.
  • by Noryungi ( 70322 ) on Monday December 01, 2003 @10:02AM (#7598173) Homepage Journal
    Reality check, Red Hat:

    We don't see ourselves competing against Microsoft.

    Too bad for you, because Microsoft certainly thinks that Linux is its number one competitor. [opensource.org] And don't kid yourself: they will do whatever is needed to crush you.

    Oh, and if you think you can steal market shares from, let us say, Sun, without them making a fuss, I think you are mistaken too. Last time I checked, Sun [yahoo.com] is still worth more money than Red Hat [yahoo.com]...
    • Oh, and if you think you can steal market shares from, let us say, Sun, without them making a fuss, I think you are mistaken too. Last time I checked, Sun is still worth more money than Red Hat...

      Last time I checked, Solaris was losing market share rapidly to Linux. Dunno how much of that is to Red Hat Linux, but we can surmise a fair amount.
    • It appears RedHat is now gradually withdrawing from the Linux market it has created. Nothing else can explain a firm disowning the greatness of it's own offerings.

      Like MS, which recently proclaimed the death of Open Source, RedHat is now claiming the death of Unix. Better to ignore these chaps.

      -
    • Why do you think Sun *has* been making a fuss? History of Sun:
      Linux sucks
      Ummm... no it doesn't as bad so buy our crappy boxes
      Linux is great, let it replace Solaris x86
      Linux sucks, use Solaris x86
      Linux isn't bad use x86 but if you don't want a good os I guess you can use Linux

      We have replaced maybe 4 Windows boxes with Linux boxes, but we have replaced probably close to 100 Sun/Sgi boxes with Linux intel systems. And I know we aren't the only ones with that kind of ratio. Sun is getting killed because Li
  • by isa-kuruption ( 317695 ) <kuruption@@@kuruption...net> on Monday December 01, 2003 @10:03AM (#7598186) Homepage
    Various reasons... but in any case...

    The death of UNIX was predicted 20 years ago... it was prediced 10 years ago.

    History is doomed to repeat itself in the eyes on unenlightened RedHat employees. Sorry, but although many Fortune 500 companies are now deploying Linux, very few of them are deploying Linux to replace their traditional UNIX systems which they have BILLIONS of dollars invested.

    So give me a break... UNIX will be around for another 20 years, believe it or not.
    • by Billly Gates ( 198444 ) on Monday December 01, 2003 @10:09AM (#7598213) Journal
      What is Unix?

      Really? I just consider it one of the many forms. Most of the UNIX installations are high end hardware. IBM for example hinted that AIX will be replaced with Linux for its RS/6k line.

      Its just that Linux is new and only recently got good. OThers such as Unixware and Openserver which are crap never made it to the big machines due to quality and features.

      Early versions of SunOS and HP-UX were not that hot either but have mainframe-like capabilities today. Linux is rapidly getting there and 2.6 may match it. I do not know how good its hot swapable hardware support is but the scalability factor is certainly there.

      • This is UNIX [unix-systems.org]

        A small portion of the text:

        Today, the definition of UNIX (R) takes the form of the worldwide Single UNIX Specification integrating X/Open Company's XPG4, IEEE's POSIX Standards and ISO C. Through continual evolution, the Single UNIX Specification is the defacto and dejure standard definition for the UNIX system application programming interfaces.
  • by StrawberryFrog ( 67065 ) on Monday December 01, 2003 @10:05AM (#7598193) Homepage Journal
    Proprietary Unix is dead or dying, long live open Unix, i.e. Linux and uh.. BSD.

    Quality free open software is, to state the fairly obvious, a category killer, i.e. software against which it makes no business sense to compete. This is good news if you are a user, bad news if you were a competitor.
  • by vwjeff ( 709903 )
    (Bashes head against wall) Someone wake me when all this UNIX is dead, dying, ect. crap is over.
  • by CTalkobt ( 81900 ) on Monday December 01, 2003 @10:11AM (#7598233) Homepage
    I'm wondering if this Boss at Redhat is too far up the chain that he can't see the forest for the trees.

    Is he only looking at profit statements when he voices his opinion? I would suspect that the business side of Redhat brings them the most moolah ($$). Hence, from that point of view his statement is valid.

    However, he fails to recognize the desktop linux, small server farms that are using Linux or Windows and the battle that is going on there. I would suspect that most people using Linux in this environment are using a downloaded copy with a few using a purchased copy for support reasons.
  • by fruey ( 563914 ) on Monday December 01, 2003 @10:12AM (#7598237) Homepage Journal
    UNIX... FreeBSD... Linux... Hurd... HPUX... Solaris... OSX... I could keep on going a long time

    Because Microsoft dominates so much in "the Windows Operating System" it has caused this kind of thing to become the norm in the press. That's what is so sickening.

    Microsoft Windows XP is what most non geek people understand as an "operating system". If they even get as far as having operating system in their vocabulary. Most non geeks I talk to think that Office is part of Windows. MS Windows 2003 server by default is :

    • A multitasking kernel including many low level device drivers as standard
    • A windowing system with an API used by millions of software developers
    • A collection of standard software (file manager, web browser, text editor, media player, movie maker, email reader, instant messenger, plus a host of system tools and easy to play, fairly addictive simple games - yes even in the server version)
    • A set of user management tools, active directory tra la la, free web server etc etc
    • etc etc - I could mention the hardware abstraction layer, print spooler and all that

    UNIX is really the foundation for a system which does not compete with Windows directly anyway, which is why there are so many vendors and flavours. Each has their own approach to one or many of the software options included but within the Windows Kernel, but within userspace and API territory. Especially stuff like file managers, browser integration, and multimedia.

    Linux is just a kernel. You need another set of tools before you have anything half decent to run. Most people have GNU stuff, plus some other random addons from here, there and everywhere, plus for desktop use at least a window manager from KDE, Gnome or something a bit more minimal.

    So UNIX cannot die, as an abstract concept. Maybe vendors who sell mostly UNIX will lose revenue or market share, but they all have Linux solutions too. HP, Sun (remember Cobalt...), IBM...

    Microsoft, in their entire domination, have got everyone where it hurts - because they supply a COMPLETE system that, while each of the parts is not the best technically, is a package that nobody else is even pretending to supply, except maybe Red Hat, and the other big distros. The press just don't know how to explain that to the public each time so they come up with utter crap like 'UNIX is dying'...

    • I love the comment they threw in about how "Unix" has had great multithreading since FOREVER and NTPL is helping get into that league (RHES is "coming of age"). Yeah... Care to be more specific? I certainly hope they didn't mean Unixware or something...
  • Remember... (Score:2, Insightful)

    by jav1231 ( 539129 )
    Remember all the Microsoft Certified gurus sounding this same death nell in 1999? We've heard this all before. Y2K proved that UNIX is not only viable, but quite often preferrable. The idea that there will be only 2 is a stretch in my opinion. 2 dominate, maybe, but tw total is rediculous and frankly shows that this guy must be in marketing.
  • In future, there will only be two operating systems left. Unix will be dead," he claimed.

    I got to say, his words lack credibility, especially if he can't even count the current number of major operating system.
  • by torpor ( 458 ) <ibisum AT gmail DOT com> on Monday December 01, 2003 @10:19AM (#7598295) Homepage Journal
    Linux is freakin' *everywhere*.

    Set-top boxes, watches, radios, DVD players, arcade video game cabinets, traffic lights, webcams, surveillance-cams, networking hubs, point-of-sale cash registers, automobiles, submarines, tanning booths, theme-park rides, oh, and lest we forget beowulf and the server/desktop worlds.

    To say that "Unix is Dead" is to set up a straw man... lets argue about 'why unix is or is not dead' and in the meantime ignore the fact - *FACT* - that the Linux kernel is revolutionizing computing as we know it.

    It is a totally free OS, and it is being used every day by hardware manufacturers around the world, in extremely diverse markets, to bring new product to light.

    I wouldn't call that dead. I'd call anyone calling it dead a moron, though...
  • by ArmenTanzarian ( 210418 ) on Monday December 01, 2003 @10:20AM (#7598300) Homepage Journal
    Slashdot article: Something is dead and/or dying

    Discussion:
    It's not dead, I use it all the time.
    It's dead for the following reasons...
    Flame 1...n (although highly informative flamewar)
    Windows sucks.
  • No Freakin Way (Score:2, Insightful)

    by Anonymous Coward
    Sun will go down biting and clawing, if it even happens.

    HP has been focusing on their 64 processor SuperDome. What are you going to run on that, Windows, Linux (better) or HP-UX (best)?

    IBM still has a major investment in AIX and will continue to push it. Why? Notice some of the stuff IBM hasn't released to the general public yet such as JFS2 (dynamic inode allocation, finally). If they were going to toss AIX they would more than likely give away whatever source they could, and that hasn't happened yet
  • It seems someone wants to celebrate the Death of UNIX at least once a year, why not make it a national holiday? Let all the SysAdmins take a day off.

    Remember how Windows 95 died, and then suddenly there were no Windows users left in the world? Yeah, I thought it might be something like that...
  • Unix dying? (Score:2, Insightful)

    by Anonymous Coward
    I just say two words: Big Iron.

    See how e.g. OpenBSD had to fight to get the UltraSparcIII documentation [1]. That was the documentations for a freakin' CPU - not something like the complete drawings for a Boeing 777. If They can't even get the documentation for the CPU, how on earth can anyone else really be expected to interface to it. Ergo; either they die or they continue to sell their proprietary Unix running on proprietary hardware.

    They, proprietary Unix vendors, AFAIK write operating systems that ar
  • Horse hockey. (Score:3, Insightful)

    by Spencerian ( 465343 ) on Monday December 01, 2003 @10:37AM (#7598404) Homepage Journal
    In the world today, there are two operating system camps:

    The Microsoft Windows family.
    And everything else.

    "Everything else" are UNIX family and clone operating systems, including Linux, Mac OS X, IRIX, Solaris, BSD, and more.

    Windows is built by one company, and based on an operating system model that was flawed from the start.

    The UNIX operating system was built with security in mind and has one advantage--there are far, far more experienced users, programmers and administrators who seek to better and strengthen the OS from malicious attacks than there are crackers experienced enough to attempt to compromise it.

    Count the number of Windows-based viruses, trojans, and other malware, and then try to find a number for UNIX-based attacks.

    Sooner or later, some malware will arrive that does the Unthinkable on a Windows box. A nearby Mac OS X and Linux box will likely go untouched. Watch managerial heads turn. Watch for the shift.

    Microsoft could make this so easy and profitable for themselves by taking a Linux distribution (it's free), branding it "Windows LX" or whatever--and rewriting their software so that it compiles and works with every single UNIX that wants to use it. Talk about profit. Talk about security. (To some, talk about competition.)

    A single-user architecture and flawed structure like Windows has doesn't have a lot of life. It merely has a lot of copies sold. Once damage from malware shows how unprofitable it is to use Wiindows in that sense, a shift may come. In some places, it has already begun.
    • The UNIX operating system was built with security in mind and has one advantage--there are far, far more experienced users, programmers and administrators who seek to better and strengthen the OS from malicious attacks than there are crackers experienced enough to attempt to compromise it.

      Not to nitpick, but it wasn't built with security in mind at all--it evolved that way. Remember that Unix has had a pretty ambivalent, colored history, and has almost 15 years head-start on Windows. And the Morris wo

  • But... (Score:2, Insightful)

    by gxv ( 577982 )
    There are two OSes now! - Windows and Unices.
    Is there anything else left? I dont think so.
  • I mean really, what is "Unix". Is it OS design philosphy? Is it a standard way an OS controls processes? Is it a shell? is BSD Unix? Linus is Unix? OsX is Unix?

    who knows anymore.
  • by BeProf ( 597697 ) on Monday December 01, 2003 @10:47AM (#7598478)
    Crap!

    I finally figured out vi!
  • by Bowie J. Poag ( 16898 ) on Monday December 01, 2003 @10:49AM (#7598487) Homepage


    Has anyone else noticed that Red Hat, recently, has been using the press to send Microsoft signals along the lines of "Oh we're friendly now. We pose no threat to you. We don't want to compete, we wan't to coexist with you on friendly terms."...........?

    I mean, think about it....First, it was "Linux isn't ready for the desktop"...Now, it's "Oh, we're not taking market share away from Windows, we're talking it from Unix."...and about half a dozen little comments inbetween..

    WTF?

    My contempt for Red Hat, literally, is growing by the day. They've gone from a position of OS leadership into a feeble piss-ant of a company that gave up the reins to their competitors... Red Hat has gone from something we can be proud of, to a company that refuses to believe in the skills and the talents that gave them the fluffy paychecks stock options they're enjoying now. I, for one, want no part of the wholesale cheek-spreading that Red Hat is engadging in. My next distrib install will not be Red Hat.

    The fact is, Red Hat _could have_ made a real play for the desktop. All it would have taken is time, and a developer incentive. The desktop/consumer-level (oh, pardon me.. "hobbyist") version WAS making them money, but they abandoned it. What kind of company abandons a _profitable_ product, other than a stupid one?

    • by Daniel Dvorkin ( 106857 ) * on Monday December 01, 2003 @11:45AM (#7598943) Homepage Journal
      Yes, thanks for posting that. Not only are RH being gutless, they're also being stupid. They may think they can make nice with Microsoft, and Microsoft will smile and nod right up until the moment they squash them flat. Visions of Chamberlain and "peace in our time" ... except that there's no English Channel equivalent, nothing to keep BillG's hordes at bay when they finally do turn.

      I can't think of a single software company that's done well by taking the soft path with Microsoft. Not one. Hardware companies have done it, by turning themselves into marketing arms of Wintel Inc.; and IBM survived a close partnership with the Beast of Redmond because, well, they're IBM. But Red Hat ... hell, I take it back. I was being too kind to them above, comparing them to England. They're, like, Belgium. And with their current attitude, will last about as long against Microsoft as Belgium did against the Wehrmacht.
  • by Artifakt ( 700173 ) on Monday December 01, 2003 @10:51AM (#7598496)
    (Or maybe the limits of reality) - Roberston is in a position to market Linux. He has little or no control over whether customers choose to replace MS or UNIX systems with it.
    Just try to define a business strategy here that would discourage a customer from migrating from UNIX to Linux - Red Hat could offer lousy support for migration, or actually tell sales people to encourage clients to stick with good old UNIX. They could publicly announce that they are there only to compete with Microsoft. Those are not what I would call good business decisions.
    There's also the current climate of tight economics and heavy litigation. Why announce that your goal might be to take on MS toe-to-toe? If that was a long term goal, the company doing it would quietly work at areas such as deskop/GUI development, installer packages, and the like, and not discuss it much. Red Hat may not be David to MS's Goliath, but whoever is David is not going to make any noise until they have at least loaded up on rocks for their sling.
  • by zpok ( 604055 ) on Monday December 01, 2003 @11:02AM (#7598571) Homepage
    Apple has been dead what? At least 50 times now.

    BSD, well, let's just not go there.

    Linux clearly is on its death bed, what with all those lawsuits by good wholesome Utahmericans fighting communism and

    MS is clearly making way too much money to be alive much longer.

    Does Unix have any reason to live while others die at least once a week. I say, if Unix doesn't make up its mind soon, let's kill it ourselves!

    Cheers.
  • by im a fucking coward ( 695509 ) on Monday December 01, 2003 @11:04AM (#7598577)
    So I guess my clients saving > $250k by deploying 40+ servers and 180+ desktops on Fedora instead of MS was a bad decision on my part eh?

    Oh well, wait 'til we upgrade the kernels to 2.6, then if I get fired, I'll reconsider. (It's blowing the doors off 2003 in our lab tests, so why not?)

    BTW, RH can keep spouting this nonsense til the cows come home. The clients seem to have figured out the savings, and don't give a shit, but it seems pretty weird to FUD your own product.
  • Redhat? No, asshat. (Score:3, Interesting)

    by Quixote ( 154172 ) on Monday December 01, 2003 @12:09PM (#7599197) Homepage Journal
    I can't believe RedHat these guys working for it.

    Here's one quote:
    According to Harish Pillay, chief technology architect for Red Hat Asia, the scalability of threading has increased from 1,200 to 32,000 threads with NPTL. This translates to significant performance boosts when running multithreading applications such as Java software and databases, he said. More importantly, the enhancement puts RHEL 3.0 in better stead against rival OS Unix, which has long been equipped with more advanced-threading capabilities.

    Whaaat? This guy is the CTO of RH Asia, and doesn't even know WHAT his chief product is? If RedHat Linux is not a variant of Unix, then why is RedHat offering courses on Unix [redhat.com] ?

    And here's a quote from a RedHat document, titled " History of Unix, Linux, and Open Source / Free Software [redhat.com]":
    2.1.5. Comparing Linux and Unix
    This book uses the term ``Unix-like'' to describe systems intentionally like Unix. In particular, the term ``Unix-like'' includes all major Unix variants and Linux distributions. Note that many people simply use the term ``Unix'' to describe these systems instead.

    I can't believe this guy is so high up in RH hierarchy. Doesn't look good for RedHat.

  • by CondeZer0 ( 158969 ) on Monday December 01, 2003 @12:29PM (#7599460) Homepage
    ``Not only is UNIX dead, it's starting to smell really bad.'' -- rob pike, Bell Labs 1991

    And I'm sorry to tell you that every bit of that applies to Linux and *BSD.

    Of interest is also "Systems Software Research is Irrelevant" [bell-labs.com].

    Get the only OS that doesn't stink while you still have a chance:
    Plan 9 from Bell Labs [bell-labs.com]
    (and now it's *really* OpenSource)

    Plan 9 is what the creators of UNIX thought UNIX should have been. Here is the paper that explains why and how they decided to replace UNIX:
    http://www.cs.bell-labs.com/sys/doc/9.html [bell-labs.com]

    uriel

Beware of Programmers who carry screwdrivers. -- Leonard Brandwein

Working...