65

I've noticed that throughout the Internet, within forums and blog posts, Unix always has a * in the word, whether it is *nix or Un*x, as I noticed at the welcoming banner at the Unix StackExchange site.

Why is this like this?

Michael Mrozek
  • 93,103
  • 40
  • 240
  • 233
JFW
  • 2,187

5 Answers5

77

Most of these answers are far too late to the game, as the * usage was used on Usenet and elsewhere to refer to the multiplicity of Unixoid systems. This was significantly before "the suits" even knew what was happening in cyberspace and didn't understand it if they did.

I found a reference in the comp.risks archive dated May 1987 where the title

Concerning UN*X (in)security

was already so pedestrian as to warrant no explanation. By this time Xenix had been long on the market as were various "*ix" based variants which were decidedly "unix" but not "Unix".

msw
  • 10,593
  • 21
    This is the correct answer. Trademarks did not really come into it at the time. For people that do not know just how many un*x systems there were, have a look at http://www.levenez.com/unix/ - that timeline at the top of the page. It is truely ginormous. – camh Sep 23 '10 at 01:13
  • 12
    There was a time when there were way more varieties than what we have now: most people think of BSD, GNU/Linux and the rest. However every hardware company used to have its own version of Unix, even Apple long before OS X (A-UX). – Joel J. Adamson Sep 23 '10 at 15:09
  • 5
    Though when I first saw it, I thought it was intended as a sanitised expletive :-). – Francis Davey Apr 17 '17 at 21:27
23

To officially be called a "Unix", an OS has to adhere to the Single UNIX Specification put out by the Open Group. OSes that are similar to Unix without actually complying with the SUS are typically called "Unix-like", which is sometimes abbreviated as Un*x or *nix (since the OSes often have -ix or -nix suffixes: Linux, Minix, IRIX, etc.). Not specifically using "Unix" when referring to them also helps avoid trademark problems

Michael Mrozek
  • 93,103
  • 40
  • 240
  • 233
  • 3
    I heard that it is less the compilance as certified compilance. I.e. nix have POSIX-like API but it does not have certification (which can be done only for specific version of whole system and is quite costly) [So does describe Linux/BSD wikipedia]. – Maja Piechotka Sep 22 '10 at 23:17
  • 8
    "Linux" doesn't actually end in -nix. ;) – jamesdlin Jul 08 '15 at 08:13
10

Unix ® is registred as a trademark and was owned by several companies, such as

  • AT&T
  • Novell
  • Univel
  • Open Group
  • SCO
  • Caldera

Nobody likes to read documents like the 12-page trademark usage guide by the open group (pdf).

So the easiest way to refer to Unix was Un*x or *nix. The ® is not really necessary, but its simply a habit.

Kevin
  • 40,767
echox
  • 18,103
  • 2
    Registered trademarks use the ® symbol. – Jesse Dorsey Sep 22 '10 at 18:40
  • Thx, you are right, TM is only for unregistered trademarks. I edited my post. – echox Sep 22 '10 at 18:48
  • 1
    I think the real reason is that they can't afford to pay for each and every revision of their *nix products to be re-certified for compliance with the specification(s)... – SamB Sep 29 '10 at 21:39
4

The trademarked term "UNIX" actually refers to an actual thing, as described by others in this post.

The general community lacks a good term for the class of product which we call Unix, Linux, BSD, *BSD, Solaris, etc. These products are related and have a lot in common. A CentOS administrator can perform many tasks on a Solaris or FreeBSD system, for example. Also, many people have never heard of Solaris or FreeBSD, but they've heard of "Unix". So, some people use the term "Un*x" to refer to this class of software.

I also think that "Un*x" is a humorous word. How do you verbally pronounce "Un*x", for example?

I noticed at the welcoming banner at the Unix Stack Exchange site

I created that wording, so I'll tell you why I did it. I used "Un*x" because I thought it was clever and funny, and I wanted to answer questions like

Does this include things like $MY_FAVORITE_UNIXLIKE_PRODUCT?

Stefan Lasiewski
  • 19,754
  • 24
  • 70
  • 85
3

As @echox noted, Unix is a registered trademark. Traditionally, Unix types loathed trademarks and the like. This extended to Linux, which was not originally trademarked. At least not until one William Della Croce registered Linux as a trademark for himself in the mid-nineties - when Linux started to become popularly known and used in trade.

Della Croce then sent cease-and-desist letters to anyone who used the Linux mark. Only then did the Linux community rally and take legal action to claim the trademark. Linus is now the holder of the Linux trademark, but it was not his original wish.

That is how much trademarks were reviled by the Unix crowd.

See https://web.archive.org/web/20081015181133/http://www.informationweek.com/blog/main/archives/2007/05/who_owns_linux.html for details on the Linux trademark.

ls-lrt
  • 106