2

System V (by AT&T) is the ancestral Unix, and I have used it. But I have never read or heard anything about systems I-IV, other than they existed once upon a time in the dim past. How effective were they, and were they widespread? Is it possible to get one's hand on the code and/or install it? Does anyone here have any experience with these earlier systems?

gracious1
  • 629
  • 4
  • 12

2 Answers2

3

According to wikipedia System V was preceded by System III, a release of UNIX/TS 3. Since there were no official release of UNIX/TS 4, System III was superseded directly by System V.

Dmitry Grigoryev
  • 7,123
  • 2
  • 23
  • 62
1

Earlier versions of Unix were either AT&T internal versions or saw very limited outside use (other than e.g. base for BSD versions, used and mangled under academic licenses; or bases for commercial systems distributed under other names like Microsoft's Xenix).

vonbrand
  • 18,156
  • 2
  • 37
  • 59
  • In the context of this question, “earlier versions” would be System III, and that did see quite a lot of use outside of AT&T. – Stephen Kitt Mar 02 '20 at 10:21